Enum stm32_metapac::pwr::vals::Vdmsec
#[repr(u8)]pub enum Vdmsec {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
SVMCR and CR3 can be read and written with secure or non-secure access.
B_0X1 = 1
SVMCR and CR3 can be read and written only with secure access.
Implementations§
Trait Implementations§
§impl Ord for Vdmsec
impl Ord for Vdmsec
§impl PartialOrd for Vdmsec
impl PartialOrd for Vdmsec
impl Copy for Vdmsec
impl Eq for Vdmsec
impl StructuralPartialEq for Vdmsec
Auto Trait Implementations§
impl Freeze for Vdmsec
impl RefUnwindSafe for Vdmsec
impl Send for Vdmsec
impl Sync for Vdmsec
impl Unpin for Vdmsec
impl UnwindSafe for Vdmsec
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)