pub struct i24(pub i32);
Expand description
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
Source§impl Ord for i24
impl Ord for i24
Source§impl PartialOrd for i24
impl PartialOrd for i24
Source§impl Writer for i24
impl Writer for i24
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 i24
impl Eq for i24
impl StructuralPartialEq for i24
Auto Trait Implementations§
impl Freeze for i24
impl RefUnwindSafe for i24
impl Send for i24
impl Sync for i24
impl Unpin for i24
impl UnwindSafe for i24
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