pub struct U16Data(/* private fields */);Expand description
U16Data represents a two bytes integer.
Implementations§
Trait Implementations§
Source§impl AddAssign<u16> for U16Data
impl AddAssign<u16> for U16Data
Source§fn add_assign(&mut self, value: u16)
fn add_assign(&mut self, value: u16)
Performs the
+= operation. Read moreSource§impl DecodePacket for U16Data
impl DecodePacket for U16Data
Source§impl EncodePacket for U16Data
impl EncodePacket for U16Data
Source§impl Ord for U16Data
impl Ord for U16Data
Source§impl PartialOrd for U16Data
impl PartialOrd for U16Data
impl Copy for U16Data
impl Eq for U16Data
impl StructuralPartialEq for U16Data
Auto Trait Implementations§
impl Freeze for U16Data
impl RefUnwindSafe for U16Data
impl Send for U16Data
impl Sync for U16Data
impl Unpin for U16Data
impl UnwindSafe for U16Data
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