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