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