pub struct VideoDecodeH264PictureLayoutFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl VideoDecodeH264PictureLayoutFlagBitsKHR
impl VideoDecodeH264PictureLayoutFlagBitsKHR
pub const PROGRESSIVE: VideoDecodeH264PictureLayoutFlagBitsKHR
Sourcepub const INTERLACED_SEPARATE_PLANES: VideoDecodeH264PictureLayoutFlagBitsKHR
pub const INTERLACED_SEPARATE_PLANES: VideoDecodeH264PictureLayoutFlagBitsKHR
Bit 1.
pub const fn empty() -> VideoDecodeH264PictureLayoutFlagBitsKHR
pub const fn from_raw(value: u32) -> VideoDecodeH264PictureLayoutFlagBitsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains( self, other: VideoDecodeH264PictureLayoutFlagBitsKHR, ) -> bool
pub const fn all() -> VideoDecodeH264PictureLayoutFlagBitsKHR
Trait Implementations§
Source§impl BitAnd for VideoDecodeH264PictureLayoutFlagBitsKHR
impl BitAnd for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§type Output = VideoDecodeH264PictureLayoutFlagBitsKHR
type Output = VideoDecodeH264PictureLayoutFlagBitsKHR
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: VideoDecodeH264PictureLayoutFlagBitsKHR,
) -> VideoDecodeH264PictureLayoutFlagBitsKHR
fn bitand( self, rhs: VideoDecodeH264PictureLayoutFlagBitsKHR, ) -> VideoDecodeH264PictureLayoutFlagBitsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
impl BitAndAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagBitsKHR)
fn bitand_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagBitsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for VideoDecodeH264PictureLayoutFlagBitsKHR
impl BitOr for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§type Output = VideoDecodeH264PictureLayoutFlagBitsKHR
type Output = VideoDecodeH264PictureLayoutFlagBitsKHR
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: VideoDecodeH264PictureLayoutFlagBitsKHR,
) -> VideoDecodeH264PictureLayoutFlagBitsKHR
fn bitor( self, rhs: VideoDecodeH264PictureLayoutFlagBitsKHR, ) -> VideoDecodeH264PictureLayoutFlagBitsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
impl BitOrAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagBitsKHR)
fn bitor_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagBitsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for VideoDecodeH264PictureLayoutFlagBitsKHR
impl BitXor for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§type Output = VideoDecodeH264PictureLayoutFlagBitsKHR
type Output = VideoDecodeH264PictureLayoutFlagBitsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: VideoDecodeH264PictureLayoutFlagBitsKHR,
) -> VideoDecodeH264PictureLayoutFlagBitsKHR
fn bitxor( self, rhs: VideoDecodeH264PictureLayoutFlagBitsKHR, ) -> VideoDecodeH264PictureLayoutFlagBitsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
impl BitXorAssign for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagBitsKHR)
fn bitxor_assign(&mut self, rhs: VideoDecodeH264PictureLayoutFlagBitsKHR)
Performs the
^= operation. Read moreSource§impl Clone for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Clone for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn clone(&self) -> VideoDecodeH264PictureLayoutFlagBitsKHR
fn clone(&self) -> VideoDecodeH264PictureLayoutFlagBitsKHR
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 Default for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Default for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn default() -> VideoDecodeH264PictureLayoutFlagBitsKHR
fn default() -> VideoDecodeH264PictureLayoutFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl Not for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Not for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§type Output = VideoDecodeH264PictureLayoutFlagBitsKHR
type Output = VideoDecodeH264PictureLayoutFlagBitsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> VideoDecodeH264PictureLayoutFlagBitsKHR
fn not(self) -> VideoDecodeH264PictureLayoutFlagBitsKHR
Performs the unary
! operation. Read moreSource§impl Ord for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Ord for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn cmp(&self, other: &VideoDecodeH264PictureLayoutFlagBitsKHR) -> Ordering
fn cmp(&self, other: &VideoDecodeH264PictureLayoutFlagBitsKHR) -> 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 for VideoDecodeH264PictureLayoutFlagBitsKHR
impl PartialEq for VideoDecodeH264PictureLayoutFlagBitsKHR
Source§fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagBitsKHR) -> bool
fn eq(&self, other: &VideoDecodeH264PictureLayoutFlagBitsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoDecodeH264PictureLayoutFlagBitsKHR
impl PartialOrd for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Copy for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Eq for VideoDecodeH264PictureLayoutFlagBitsKHR
impl StructuralPartialEq for VideoDecodeH264PictureLayoutFlagBitsKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeH264PictureLayoutFlagBitsKHR
impl RefUnwindSafe for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Send for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Sync for VideoDecodeH264PictureLayoutFlagBitsKHR
impl Unpin for VideoDecodeH264PictureLayoutFlagBitsKHR
impl UnsafeUnpin for VideoDecodeH264PictureLayoutFlagBitsKHR
impl UnwindSafe for VideoDecodeH264PictureLayoutFlagBitsKHR
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