Struct Reassembly Copy item path Source pub struct Reassembly<'a> { }Expand description A buffer a continued read reassembles into.
The caller owns the storage, so a device firmware can put it in a
static and a host can put it on the heap.
Take up a reassembly whose position the caller kept.
A caller that cannot hold the borrow between exchanges — anything
awaiting a radio round trip — keeps the storage and the length it
reached, and hands both back for the next fragment.
The reply frame assembled so far.
Whether no fragment has been taken up yet.
Discard what has been assembled, so the storage can serve
another exchange.
Immutably borrows from an owned value.
Read more Mutably borrows from an owned value.
Read more Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From <T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.