Enum stm32_metapac::rcc::vals::Nspriv
#[repr(u8)]pub enum Nspriv {
B_0X0 = 0,
B_0X1 = 1,
}
Variants§
B_0X0 = 0
Read and write to RCC non-secure functions can be done by privileged or unprivileged access.
B_0X1 = 1
Read and write to RCC non-secure functions can be done by privileged access only
Implementations§
Trait Implementations§
§impl Ord for Nspriv
impl Ord for Nspriv
§impl PartialOrd for Nspriv
impl PartialOrd for Nspriv
impl Copy for Nspriv
impl Eq for Nspriv
impl StructuralPartialEq for Nspriv
Auto Trait Implementations§
impl Freeze for Nspriv
impl RefUnwindSafe for Nspriv
impl Send for Nspriv
impl Sync for Nspriv
impl Unpin for Nspriv
impl UnwindSafe for Nspriv
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
)