Struct linux_video_core::H264SpsFlag
source · #[repr(transparent)]pub struct H264SpsFlag { /* private fields */ }
Implementations§
source§impl H264SpsFlag
impl H264SpsFlag
pub const SeparateColourPlane: H264SpsFlag = _
pub const QpprimeYZeroTransformBypass: H264SpsFlag = _
pub const DeltaPicOrderAlwaysZero: H264SpsFlag = _
pub const GapsInFrameNumValueAllowed: H264SpsFlag = _
pub const FrameMbsOnly: H264SpsFlag = _
pub const MbAdaptiveFrameField: H264SpsFlag = _
pub const Direct8x8Inference: H264SpsFlag = _
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 Binary for H264SpsFlag
impl Binary for H264SpsFlag
source§impl BitAnd<H264SpsFlag> for H264SpsFlag
impl BitAnd<H264SpsFlag> for H264SpsFlag
source§impl BitAndAssign<H264SpsFlag> for H264SpsFlag
impl BitAndAssign<H264SpsFlag> for H264SpsFlag
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr<H264SpsFlag> for H264SpsFlag
impl BitOr<H264SpsFlag> for H264SpsFlag
source§impl BitOrAssign<H264SpsFlag> for H264SpsFlag
impl BitOrAssign<H264SpsFlag> for H264SpsFlag
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor<H264SpsFlag> for H264SpsFlag
impl BitXor<H264SpsFlag> for H264SpsFlag
source§impl BitXorAssign<H264SpsFlag> for H264SpsFlag
impl BitXorAssign<H264SpsFlag> for H264SpsFlag
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for H264SpsFlag
impl Clone for H264SpsFlag
source§fn clone(&self) -> H264SpsFlag
fn clone(&self) -> H264SpsFlag
Returns a copy 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 H264SpsFlag
impl Debug for H264SpsFlag
source§impl Display for H264SpsFlag
impl Display for H264SpsFlag
source§impl From<H264SpsFlag> for u32
impl From<H264SpsFlag> for u32
source§fn from(val: H264SpsFlag) -> u32
fn from(val: H264SpsFlag) -> u32
Converts to this type from the input type.
source§impl From<u32> for H264SpsFlag
impl From<u32> for H264SpsFlag
source§impl Hash for H264SpsFlag
impl Hash for H264SpsFlag
source§impl LowerHex for H264SpsFlag
impl LowerHex for H264SpsFlag
source§impl Not for H264SpsFlag
impl Not for H264SpsFlag
source§impl Octal for H264SpsFlag
impl Octal for H264SpsFlag
source§impl Ord for H264SpsFlag
impl Ord for H264SpsFlag
source§fn cmp(&self, other: &H264SpsFlag) -> Ordering
fn cmp(&self, other: &H264SpsFlag) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<H264SpsFlag> for H264SpsFlag
impl PartialEq<H264SpsFlag> for H264SpsFlag
source§fn eq(&self, other: &H264SpsFlag) -> bool
fn eq(&self, other: &H264SpsFlag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<u32> for H264SpsFlag
impl PartialEq<u32> for H264SpsFlag
source§impl PartialOrd<H264SpsFlag> for H264SpsFlag
impl PartialOrd<H264SpsFlag> for H264SpsFlag
source§fn partial_cmp(&self, other: &H264SpsFlag) -> Option<Ordering>
fn partial_cmp(&self, other: &H264SpsFlag) -> Option<Ordering>
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 moresource§impl UpperHex for H264SpsFlag
impl UpperHex for H264SpsFlag
impl Copy for H264SpsFlag
impl Eq for H264SpsFlag
impl StructuralEq for H264SpsFlag
impl StructuralPartialEq for H264SpsFlag
Auto Trait Implementations§
impl RefUnwindSafe for H264SpsFlag
impl Send for H264SpsFlag
impl Sync for H264SpsFlag
impl Unpin for H264SpsFlag
impl UnwindSafe for H264SpsFlag
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