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