pub struct u256 { /* private fields */ }Expand description
256-bit bitmap for tracking received packets
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for u256
impl RefUnwindSafe for u256
impl Send for u256
impl Sync for u256
impl Unpin for u256
impl UnsafeUnpin for u256
impl UnwindSafe for u256
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