Enum stm32_metapac::ltdc::vals::Vspol
#[repr(u8)]pub enum Vspol {
ACTIVELOW = 0,
ACTIVEHIGH = 1,
}
Variants§
ACTIVELOW = 0
Vertical synchronization polarity is active low
ACTIVEHIGH = 1
Vertical synchronization polarity is active high
Implementations§
Trait Implementations§
§impl Ord for Vspol
impl Ord for Vspol
§impl PartialOrd for Vspol
impl PartialOrd for Vspol
impl Copy for Vspol
impl Eq for Vspol
impl StructuralPartialEq for Vspol
Auto Trait Implementations§
impl Freeze for Vspol
impl RefUnwindSafe for Vspol
impl Send for Vspol
impl Sync for Vspol
impl Unpin for Vspol
impl UnwindSafe for Vspol
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
)