#[repr(transparent)]pub struct Fccob3(pub u32);Expand description
Flash Command Control 3 Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Fccob3
impl Eq for Fccob3
impl StructuralPartialEq for Fccob3
Auto Trait Implementations§
impl Freeze for Fccob3
impl RefUnwindSafe for Fccob3
impl Send for Fccob3
impl Sync for Fccob3
impl Unpin for Fccob3
impl UnwindSafe for Fccob3
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