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