Struct datatypes::UnsignedByte
source · pub struct UnsignedByte(/* private fields */);Expand description
A wrapper struct for an unsigned 8-bit integer value, typically used for implementing DataReader and DataWriter.
Trait Implementations§
source§impl DataReader for UnsignedByte
impl DataReader for UnsignedByte
source§impl DataWriter for UnsignedByte
impl DataWriter for UnsignedByte
source§impl ImportantFunctions for UnsignedByte
impl ImportantFunctions for UnsignedByte
Auto Trait Implementations§
impl Freeze for UnsignedByte
impl RefUnwindSafe for UnsignedByte
impl Send for UnsignedByte
impl Sync for UnsignedByte
impl Unpin for UnsignedByte
impl UnwindSafe for UnsignedByte
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