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