Enum stm32_metapac::pwr::vals::Vbsec
#[repr(u8)]pub enum Vbsec {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
DBPCR can be read and written with secure or non-secure access.
B_0X1 = 1
DBPCR can be read and written only with secure access.
Implementations§
Trait Implementations§
§impl Ord for Vbsec
impl Ord for Vbsec
§impl PartialOrd for Vbsec
impl PartialOrd for Vbsec
impl Copy for Vbsec
impl Eq for Vbsec
impl StructuralPartialEq for Vbsec
Auto Trait Implementations§
impl Freeze for Vbsec
impl RefUnwindSafe for Vbsec
impl Send for Vbsec
impl Sync for Vbsec
impl Unpin for Vbsec
impl UnwindSafe for Vbsec
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
)