Enum stm32_metapac::rtc::vals::Itsmf
#[repr(u8)]pub enum Itsmf {
_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 Itsmf
impl Ord for Itsmf
§impl PartialOrd for Itsmf
impl PartialOrd for Itsmf
impl Copy for Itsmf
impl Eq for Itsmf
impl StructuralPartialEq for Itsmf
Auto Trait Implementations§
impl Freeze for Itsmf
impl RefUnwindSafe for Itsmf
impl Send for Itsmf
impl Sync for Itsmf
impl Unpin for Itsmf
impl UnwindSafe for Itsmf
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
)