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