#[repr(transparent)]pub struct Montsta(pub u32);Expand description
CLKMON Test A
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Montsta
impl Eq for Montsta
impl StructuralPartialEq for Montsta
Auto Trait Implementations§
impl Freeze for Montsta
impl RefUnwindSafe for Montsta
impl Send for Montsta
impl Sync for Montsta
impl Unpin for Montsta
impl UnwindSafe for Montsta
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