Enum stm32_metapac::rtc::vals::Priv
#[repr(u8)]pub enum Priv {
ANYTIME = 0,
PRIVILEGED = 1,
}
Variants§
ANYTIME = 0
Alarm and SSR underflow configuration and interrupt clear can be written when the APB access is privileged or non-privileged.
PRIVILEGED = 1
Alarm and SSR underflow configuration and interrupt clear can be written only when the APB access is privileged.
Implementations§
Trait Implementations§
§impl Ord for Priv
impl Ord for Priv
§impl PartialOrd for Priv
impl PartialOrd for Priv
impl Copy for Priv
impl Eq for Priv
impl StructuralPartialEq for Priv
Auto Trait Implementations§
impl Freeze for Priv
impl RefUnwindSafe for Priv
impl Send for Priv
impl Sync for Priv
impl Unpin for Priv
impl UnwindSafe for Priv
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
)