Struct capsules_extra::net::sixlowpan::sixlowpan_state::RxState
source · pub struct RxState<'a> { /* private fields */ }
Expand description
Tracks the decompression and defragmentation of an IPv6 packet
A list of RxState
s is maintained by Sixlowpan to
keep track of ongoing packet reassemblies. The number of RxState
s is the
number of packets that can be reassembled at the same time. Generally,
two RxState
s are sufficient for normal-case operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for RxState<'a>
impl<'a> !RefUnwindSafe for RxState<'a>
impl<'a> !Send for RxState<'a>
impl<'a> !Sync for RxState<'a>
impl<'a> Unpin for RxState<'a>
impl<'a> !UnwindSafe for RxState<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more