pub struct u24(pub u32);
Expand description
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl Ord for u24
impl Ord for u24
Source§impl PartialOrd for u24
impl PartialOrd for u24
Source§impl Writer for u24
impl Writer for u24
Source§fn write_to_bytes(&self) -> Result<ByteWriter, Error>
fn write_to_bytes(&self) -> Result<ByteWriter, Error>
This is a utility function to write
Self
to a ByteWriter
without
needing to create a ByteWriter
first.impl Copy for u24
impl Eq for u24
impl StructuralPartialEq for u24
Auto Trait Implementations§
impl Freeze for u24
impl RefUnwindSafe for u24
impl Send for u24
impl Sync for u24
impl Unpin for u24
impl UnwindSafe for u24
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