pub struct FlashSecurityState(pub bool);Expand description
Flash security state information.
Indicates whether the flash memory is in secure or unsecure state.
Tuple Fields§
§0: boolTrait Implementations§
Source§impl Clone for FlashSecurityState
impl Clone for FlashSecurityState
Source§fn clone(&self) -> FlashSecurityState
fn clone(&self) -> FlashSecurityState
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 FlashSecurityState
impl Debug for FlashSecurityState
Source§impl Display for FlashSecurityState
impl Display for FlashSecurityState
impl Copy for FlashSecurityState
Auto Trait Implementations§
impl Freeze for FlashSecurityState
impl RefUnwindSafe for FlashSecurityState
impl Send for FlashSecurityState
impl Sync for FlashSecurityState
impl Unpin for FlashSecurityState
impl UnwindSafe for FlashSecurityState
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