Struct Eppara3
#[repr(transparent)]pub struct Eppara3(pub u32);
Expand description
FLASH_SMERTPE configuration values.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Eppara3
impl Eq for Eppara3
impl StructuralPartialEq for Eppara3
Auto Trait Implementations§
impl Freeze for Eppara3
impl RefUnwindSafe for Eppara3
impl Send for Eppara3
impl Sync for Eppara3
impl Unpin for Eppara3
impl UnwindSafe for Eppara3
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