pub enum HSyncPolarity {
PHSync,
NHSync,
}Expand description
Modeline horizontal syncing polarity.
Variants§
Trait Implementations§
Source§impl Clone for HSyncPolarity
impl Clone for HSyncPolarity
Source§fn clone(&self) -> HSyncPolarity
fn clone(&self) -> HSyncPolarity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HSyncPolarity
impl Debug for HSyncPolarity
Source§impl<'de> Deserialize<'de> for HSyncPolarity
impl<'de> Deserialize<'de> for HSyncPolarity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for HSyncPolarity
impl FromStr for HSyncPolarity
Source§impl PartialEq for HSyncPolarity
impl PartialEq for HSyncPolarity
Source§impl Serialize for HSyncPolarity
impl Serialize for HSyncPolarity
impl Copy for HSyncPolarity
impl Eq for HSyncPolarity
impl StructuralPartialEq for HSyncPolarity
Auto Trait Implementations§
impl Freeze for HSyncPolarity
impl RefUnwindSafe for HSyncPolarity
impl Send for HSyncPolarity
impl Sync for HSyncPolarity
impl Unpin for HSyncPolarity
impl UnwindSafe for HSyncPolarity
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