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