Enum stm32_metapac::rtc::vals::Pol
#[repr(u8)]pub enum Pol {
HIGH = 0,
LOW = 1,
}
Variants§
HIGH = 0
The pin is high when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0])
LOW = 1
The pin is low when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0])
Implementations§
Trait Implementations§
§impl Ord for Pol
impl Ord for Pol
§impl PartialOrd for Pol
impl PartialOrd for Pol
impl Copy for Pol
impl Eq for Pol
impl StructuralPartialEq for Pol
Auto Trait Implementations§
impl Freeze for Pol
impl RefUnwindSafe for Pol
impl Send for Pol
impl Sync for Pol
impl Unpin for Pol
impl UnwindSafe for Pol
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
)