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