pub struct Uint24(pub [u8; 3]);
Tuple Fields§
§0: [u8; 3]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Uint24
impl RefUnwindSafe for Uint24
impl Send for Uint24
impl Sync for Uint24
impl Unpin for Uint24
impl UnwindSafe for Uint24
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