Enum stm32_metapac::rtc::vals::Itsf
#[repr(u8)]pub enum Itsf {
_RESERVED_0 = 0,
TIMESTAMPEVENT = 1,
}
Variants§
_RESERVED_0 = 0
TIMESTAMPEVENT = 1
This flag is set by hardware when a timestamp on the internal event occurs
Implementations§
Trait Implementations§
§impl Ord for Itsf
impl Ord for Itsf
§impl PartialOrd for Itsf
impl PartialOrd for Itsf
impl Copy for Itsf
impl Eq for Itsf
impl StructuralPartialEq for Itsf
Auto Trait Implementations§
impl Freeze for Itsf
impl RefUnwindSafe for Itsf
impl Send for Itsf
impl Sync for Itsf
impl Unpin for Itsf
impl UnwindSafe for Itsf
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
)