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