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