Enum Alrmf
#[repr(u8)]pub enum Alrmf {
_RESERVED_0 = 0,
MATCH = 1,
}
Variants§
_RESERVED_0 = 0
MATCH = 1
This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm A register (RTC_ALRMAR)
Implementations§
Trait Implementations§
§impl Ord for Alrmf
impl Ord for Alrmf
§impl PartialOrd for Alrmf
impl PartialOrd for Alrmf
impl Copy for Alrmf
impl Eq for Alrmf
impl StructuralPartialEq for Alrmf
Auto Trait Implementations§
impl Freeze for Alrmf
impl RefUnwindSafe for Alrmf
impl Send for Alrmf
impl Sync for Alrmf
impl Unpin for Alrmf
impl UnwindSafe for Alrmf
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