pub struct U32Data(/* private fields */);Expand description
U32Data represents a four bytes integer.
Implementations§
Trait Implementations§
Source§impl DecodePacket for U32Data
impl DecodePacket for U32Data
Source§impl EncodePacket for U32Data
impl EncodePacket for U32Data
Source§impl Ord for U32Data
impl Ord for U32Data
Source§impl PartialOrd for U32Data
impl PartialOrd for U32Data
impl Copy for U32Data
impl Eq for U32Data
impl StructuralPartialEq for U32Data
Auto Trait Implementations§
impl Freeze for U32Data
impl RefUnwindSafe for U32Data
impl Send for U32Data
impl Sync for U32Data
impl Unpin for U32Data
impl UnwindSafe for U32Data
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