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