Struct Vspol
#[repr(transparent)]pub struct Vspol(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Vspol
impl Vspol
pub const ACTIVELOW: Self
pub const ACTIVELOW: Self
Vertical synchronization polarity is active low
pub const ACTIVEHIGH: Self
pub const ACTIVEHIGH: Self
Vertical synchronization polarity is active high
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