#[repr(transparent)]pub struct EnableFaMode(pub u32);Expand description
Enable FA mode. SET_FA_MODE Command should write 0xC33CA55A to this word to indicate boot ROM to enter FA mode.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for EnableFaMode
impl Clone for EnableFaMode
Source§fn clone(&self) -> EnableFaMode
fn clone(&self) -> EnableFaMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnableFaMode
impl Debug for EnableFaMode
Source§impl Default for EnableFaMode
impl Default for EnableFaMode
Source§fn default() -> EnableFaMode
fn default() -> EnableFaMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnableFaMode
impl PartialEq for EnableFaMode
impl Copy for EnableFaMode
impl Eq for EnableFaMode
impl StructuralPartialEq for EnableFaMode
Auto Trait Implementations§
impl Freeze for EnableFaMode
impl RefUnwindSafe for EnableFaMode
impl Send for EnableFaMode
impl Sync for EnableFaMode
impl Unpin for EnableFaMode
impl UnwindSafe for EnableFaMode
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