Struct linux_video_core::StdId
source · #[repr(transparent)]pub struct StdId { /* private fields */ }
Implementations§
source§impl StdId
impl StdId
pub const PalB: StdId = _
pub const PalB1: StdId = _
pub const PalG: StdId = _
pub const PalH: StdId = _
pub const PalI: StdId = _
pub const PalD: StdId = _
pub const PalD1: StdId = _
pub const PalK: StdId = _
pub const PalM: StdId = _
pub const PalN: StdId = _
pub const PalNc: StdId = _
pub const Pal60: StdId = _
pub const Ntsc443: StdId = _
pub const SecamB: StdId = _
pub const SecamD: StdId = _
pub const SecamG: StdId = _
pub const SecamH: StdId = _
pub const SecamK: StdId = _
pub const SecamK1: StdId = _
pub const SecamL: StdId = _
pub const SecamLc: StdId = _
pub const Atsc8Vsb: StdId = _
pub const Atsc16Vsb: StdId = _
pub const Ntsc: StdId = _
pub const SecamDk: StdId = _
pub const Secam: StdId = _
pub const PalBg: StdId = _
pub const PalDk: StdId = _
pub const Pal: StdId = _
pub const B: StdId = _
pub const G: StdId = _
pub const H: StdId = _
pub const L: StdId = _
pub const Gh: StdId = _
pub const Dk: StdId = _
pub const Bg: StdId = _
pub const Mn: StdId = _
pub const Mts: StdId = _
pub const S52560: StdId = _
pub const S62550: StdId = _
pub const Atsc: StdId = _
pub const Unknown: StdId = _
pub const All: StdId = _
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<StdId> for StdId
impl BitAndAssign<StdId> for StdId
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<StdId> for StdId
impl BitOrAssign<StdId> for StdId
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<StdId> for StdId
impl BitXorAssign<StdId> for StdId
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Ord for StdId
impl Ord for StdId
source§impl PartialEq<StdId> for StdId
impl PartialEq<StdId> for StdId
source§impl PartialOrd<StdId> for StdId
impl PartialOrd<StdId> for StdId
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 StdId
impl Eq for StdId
impl StructuralEq for StdId
impl StructuralPartialEq for StdId
Auto Trait Implementations§
impl RefUnwindSafe for StdId
impl Send for StdId
impl Sync for StdId
impl Unpin for StdId
impl UnwindSafe for StdId
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