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