Struct linux_video_core::DvBtStd
source · #[repr(transparent)]pub struct DvBtStd { /* private fields */ }
Expand description
Timings standards
Implementations§
source§impl DvBtStd
impl DvBtStd
pub const Cea861: DvBtStd = _
pub const Dmt: DvBtStd = _
pub const Cvt: DvBtStd = _
pub const Gtf: DvBtStd = _
pub const Sdi: DvBtStd = _
sourcepub const fn intersects(&self, other: Self) -> bool
pub const fn intersects(&self, other: Self) -> bool
self intersects one of the other
(self & other) != 0 || other == 0
Trait Implementations§
source§impl BitAndAssign<DvBtStd> for DvBtStd
impl BitAndAssign<DvBtStd> for DvBtStd
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<DvBtStd> for DvBtStd
impl BitOrAssign<DvBtStd> for DvBtStd
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<DvBtStd> for DvBtStd
impl BitXorAssign<DvBtStd> for DvBtStd
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Ord for DvBtStd
impl Ord for DvBtStd
source§impl PartialEq<DvBtStd> for DvBtStd
impl PartialEq<DvBtStd> for DvBtStd
source§impl PartialOrd<DvBtStd> for DvBtStd
impl PartialOrd<DvBtStd> for DvBtStd
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DvBtStd
impl Eq for DvBtStd
impl StructuralEq for DvBtStd
impl StructuralPartialEq for DvBtStd
Auto Trait Implementations§
impl RefUnwindSafe for DvBtStd
impl Send for DvBtStd
impl Sync for DvBtStd
impl Unpin for DvBtStd
impl UnwindSafe for DvBtStd
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