pub enum VSPOL {
ActiveLow = 0,
ActiveHigh = 1,
}
Expand description
Vertical synchronization polarity
Value on reset: 0
Variants§
Trait Implementations§
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