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