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