pub struct RxState<'a> { /* private fields */ }Expand description
Tracks the decompression and defragmentation of an IPv6 packet
A list of RxStates is maintained by Sixlowpan to
keep track of ongoing packet reassemblies. The number of RxStates is the
number of packets that can be reassembled at the same time. Generally,
two RxStates 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