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