#[repr(C, align(2))]pub(crate) struct Digits2(pub(crate) [u8; 200]);Tuple Fields§
§0: [u8; 200]Auto Trait Implementations§
impl Freeze for Digits2
impl RefUnwindSafe for Digits2
impl Send for Digits2
impl Sync for Digits2
impl Unpin for Digits2
impl UnwindSafe for Digits2
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