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