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