pub struct DataByte(/* private fields */);Expand description
Data Byte is between [0x00 and 0x7F]
Implementations§
Trait Implementations§
Source§impl Ord for DataByte
impl Ord for DataByte
Source§impl PartialOrd for DataByte
impl PartialOrd for DataByte
impl Copy for DataByte
impl Eq for DataByte
impl StructuralPartialEq for DataByte
Auto Trait Implementations§
impl Freeze for DataByte
impl RefUnwindSafe for DataByte
impl Send for DataByte
impl Sync for DataByte
impl Unpin for DataByte
impl UnwindSafe for DataByte
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