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