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