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