#[repr(transparent)]pub struct VideoDecodeH264PictureLayoutFlagsEXT(_);Expand description
Implementations
sourceimpl VideoDecodeH264PictureLayoutFlagsEXT
impl VideoDecodeH264PictureLayoutFlagsEXT
pub const fn empty() -> VideoDecodeH264PictureLayoutFlagsEXT
pub const fn from_raw(x: u32) -> VideoDecodeH264PictureLayoutFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(
self,
other: VideoDecodeH264PictureLayoutFlagsEXT
) -> bool
sourcepub const fn contains(self, other: VideoDecodeH264PictureLayoutFlagsEXT) -> bool
pub const fn contains(self, other: VideoDecodeH264PictureLayoutFlagsEXT) -> bool
Returns whether other is a subset of self
sourceimpl VideoDecodeH264PictureLayoutFlagsEXT
impl VideoDecodeH264PictureLayoutFlagsEXT
pub const PROGRESSIVE: VideoDecodeH264PictureLayoutFlagsEXT = Self(0)
pub const INTERLACED_INTERLEAVED_LINES: VideoDecodeH264PictureLayoutFlagsEXT = Self(1)
pub const INTERLACED_SEPARATE_PLANES: VideoDecodeH264PictureLayoutFlagsEXT = Self(2)
Trait Implementations
sourceimpl BitAnd<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl BitAnd<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
type Output = VideoDecodeH264PictureLayoutFlagsEXT
type Output = VideoDecodeH264PictureLayoutFlagsEXT
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: VideoDecodeH264PictureLayoutFlagsEXT
) -> VideoDecodeH264PictureLayoutFlagsEXT
fn bitand(
self,
rhs: VideoDecodeH264PictureLayoutFlagsEXT
) -> VideoDecodeH264PictureLayoutFlagsEXT
Performs the & operation. Read more
sourceimpl BitAndAssign<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl BitAndAssign<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
sourcefn bitand_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagsEXT)
fn bitand_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagsEXT)
Performs the &= operation. Read more
sourceimpl BitOr<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl BitOr<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
type Output = VideoDecodeH264PictureLayoutFlagsEXT
type Output = VideoDecodeH264PictureLayoutFlagsEXT
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: VideoDecodeH264PictureLayoutFlagsEXT
) -> VideoDecodeH264PictureLayoutFlagsEXT
fn bitor(
self,
rhs: VideoDecodeH264PictureLayoutFlagsEXT
) -> VideoDecodeH264PictureLayoutFlagsEXT
Performs the | operation. Read more
sourceimpl BitOrAssign<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl BitOrAssign<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
sourcefn bitor_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagsEXT)
fn bitor_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagsEXT)
Performs the |= operation. Read more
sourceimpl BitXor<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl BitXor<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
type Output = VideoDecodeH264PictureLayoutFlagsEXT
type Output = VideoDecodeH264PictureLayoutFlagsEXT
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: VideoDecodeH264PictureLayoutFlagsEXT
) -> VideoDecodeH264PictureLayoutFlagsEXT
fn bitxor(
self,
rhs: VideoDecodeH264PictureLayoutFlagsEXT
) -> VideoDecodeH264PictureLayoutFlagsEXT
Performs the ^ operation. Read more
sourceimpl BitXorAssign<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl BitXorAssign<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
sourcefn bitxor_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagsEXT)
fn bitxor_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagsEXT)
Performs the ^= operation. Read more
sourceimpl Clone for VideoDecodeH264PictureLayoutFlagsEXT
impl Clone for VideoDecodeH264PictureLayoutFlagsEXT
sourcefn clone(&self) -> VideoDecodeH264PictureLayoutFlagsEXT
fn clone(&self) -> VideoDecodeH264PictureLayoutFlagsEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for VideoDecodeH264PictureLayoutFlagsEXT
impl Default for VideoDecodeH264PictureLayoutFlagsEXT
sourcefn default() -> VideoDecodeH264PictureLayoutFlagsEXT
fn default() -> VideoDecodeH264PictureLayoutFlagsEXT
Returns the “default value” for a type. Read more
sourceimpl Not for VideoDecodeH264PictureLayoutFlagsEXT
impl Not for VideoDecodeH264PictureLayoutFlagsEXT
type Output = VideoDecodeH264PictureLayoutFlagsEXT
type Output = VideoDecodeH264PictureLayoutFlagsEXT
The resulting type after applying the ! operator.
sourcefn not(self) -> VideoDecodeH264PictureLayoutFlagsEXT
fn not(self) -> VideoDecodeH264PictureLayoutFlagsEXT
Performs the unary ! operation. Read more
sourceimpl Ord for VideoDecodeH264PictureLayoutFlagsEXT
impl Ord for VideoDecodeH264PictureLayoutFlagsEXT
sourceimpl PartialEq<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl PartialEq<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
sourcefn eq(&self, other: &VideoDecodeH264PictureLayoutFlagsEXT) -> bool
fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagsEXT) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &VideoDecodeH264PictureLayoutFlagsEXT) -> bool
fn ne(&self, other: &VideoDecodeH264PictureLayoutFlagsEXT) -> bool
This method tests for !=.
sourceimpl PartialOrd<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
impl PartialOrd<VideoDecodeH264PictureLayoutFlagsEXT> for VideoDecodeH264PictureLayoutFlagsEXT
sourcefn partial_cmp(
&self,
other: &VideoDecodeH264PictureLayoutFlagsEXT
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &VideoDecodeH264PictureLayoutFlagsEXT
) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for VideoDecodeH264PictureLayoutFlagsEXT
impl Eq for VideoDecodeH264PictureLayoutFlagsEXT
impl StructuralEq for VideoDecodeH264PictureLayoutFlagsEXT
impl StructuralPartialEq for VideoDecodeH264PictureLayoutFlagsEXT
Auto Trait Implementations
impl RefUnwindSafe for VideoDecodeH264PictureLayoutFlagsEXT
impl Send for VideoDecodeH264PictureLayoutFlagsEXT
impl Sync for VideoDecodeH264PictureLayoutFlagsEXT
impl Unpin for VideoDecodeH264PictureLayoutFlagsEXT
impl UnwindSafe for VideoDecodeH264PictureLayoutFlagsEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more