pub struct GramAsStructU32(pub u32);Tuple Fields§
§0: u32Auto Trait Implementations§
impl Freeze for GramAsStructU32
impl RefUnwindSafe for GramAsStructU32
impl Send for GramAsStructU32
impl Sync for GramAsStructU32
impl Unpin for GramAsStructU32
impl UnwindSafe for GramAsStructU32
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