#[repr(u8)]pub enum EnableSecureChecking {
Enable = 1,
Disable = 2,
}Expand description
AHB bus matrix enable secure checking.
Value on reset: 2
Variants§
Trait Implementations§
Source§impl Clone for EnableSecureChecking
impl Clone for EnableSecureChecking
Source§fn clone(&self) -> EnableSecureChecking
fn clone(&self) -> EnableSecureChecking
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 EnableSecureChecking
impl Debug for EnableSecureChecking
Source§impl From<EnableSecureChecking> for u8
impl From<EnableSecureChecking> for u8
Source§fn from(variant: EnableSecureChecking) -> Self
fn from(variant: EnableSecureChecking) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EnableSecureChecking
impl PartialEq for EnableSecureChecking
impl Copy for EnableSecureChecking
impl Eq for EnableSecureChecking
impl IsEnum for EnableSecureChecking
impl StructuralPartialEq for EnableSecureChecking
Auto Trait Implementations§
impl Freeze for EnableSecureChecking
impl RefUnwindSafe for EnableSecureChecking
impl Send for EnableSecureChecking
impl Sync for EnableSecureChecking
impl Unpin for EnableSecureChecking
impl UnwindSafe for EnableSecureChecking
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