pub struct U24Be(pub u32);Expand description
A 24-bit unsigned integer in big-endian byte order.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl<'a> Deserialize<'a> for U24Be
impl<'a> Deserialize<'a> for U24Be
Source§fn deserialize<R: ZeroCopyReader<'a>>(reader: R) -> Result<Self>
fn deserialize<R: ZeroCopyReader<'a>>(reader: R) -> Result<Self>
Deserialize a value from the given zero-copy reader.
impl Copy for U24Be
impl Eq for U24Be
impl StructuralPartialEq for U24Be
Auto Trait Implementations§
impl Freeze for U24Be
impl RefUnwindSafe for U24Be
impl Send for U24Be
impl Sync for U24Be
impl Unpin for U24Be
impl UnwindSafe for U24Be
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