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