pub struct BlockNum(pub u16);Expand description
The block number in a DATA or ACK packet.
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockNum
impl RefUnwindSafe for BlockNum
impl Send for BlockNum
impl Sync for BlockNum
impl Unpin for BlockNum
impl UnwindSafe for BlockNum
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