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