Enum stm32_metapac::rtc::vals::Osel
#[repr(u8)]pub enum Osel {
DISABLED = 0,
ALARMA = 1,
ALARMB = 2,
WAKEUP = 3,
}
Variants§
DISABLED = 0
Output disabled
ALARMA = 1
Alarm A output enabled
ALARMB = 2
Alarm B output enabled
WAKEUP = 3
Wakeup output enabled
Implementations§
Trait Implementations§
§impl Ord for Osel
impl Ord for Osel
§impl PartialOrd for Osel
impl PartialOrd for Osel
impl Copy for Osel
impl Eq for Osel
impl StructuralPartialEq for Osel
Auto Trait Implementations§
impl Freeze for Osel
impl RefUnwindSafe for Osel
impl Send for Osel
impl Sync for Osel
impl Unpin for Osel
impl UnwindSafe for Osel
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
)