Struct ash::vk::VideoBeginCodingFlagsKHR  
source · #[repr(transparent)]pub struct VideoBeginCodingFlagsKHR(_);Expand description
Implementations§
Trait Implementations§
source§impl BitAndAssign<VideoBeginCodingFlagsKHR> for VideoBeginCodingFlagsKHR
 
impl BitAndAssign<VideoBeginCodingFlagsKHR> for VideoBeginCodingFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOrAssign<VideoBeginCodingFlagsKHR> for VideoBeginCodingFlagsKHR
 
impl BitOrAssign<VideoBeginCodingFlagsKHR> for VideoBeginCodingFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXorAssign<VideoBeginCodingFlagsKHR> for VideoBeginCodingFlagsKHR
 
impl BitXorAssign<VideoBeginCodingFlagsKHR> for VideoBeginCodingFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for VideoBeginCodingFlagsKHR
 
impl Clone for VideoBeginCodingFlagsKHR
source§fn clone(&self) -> VideoBeginCodingFlagsKHR
 
fn clone(&self) -> VideoBeginCodingFlagsKHR
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 VideoBeginCodingFlagsKHR
 
impl Debug for VideoBeginCodingFlagsKHR
source§impl Default for VideoBeginCodingFlagsKHR
 
impl Default for VideoBeginCodingFlagsKHR
source§impl Hash for VideoBeginCodingFlagsKHR
 
impl Hash for VideoBeginCodingFlagsKHR
source§impl Not for VideoBeginCodingFlagsKHR
 
impl Not for VideoBeginCodingFlagsKHR
source§impl Ord for VideoBeginCodingFlagsKHR
 
impl Ord for VideoBeginCodingFlagsKHR
source§fn cmp(&self, other: &VideoBeginCodingFlagsKHR) -> Ordering
 
fn cmp(&self, other: &VideoBeginCodingFlagsKHR) -> 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<VideoBeginCodingFlagsKHR> for VideoBeginCodingFlagsKHR
 
impl PartialEq<VideoBeginCodingFlagsKHR> for VideoBeginCodingFlagsKHR
source§fn eq(&self, other: &VideoBeginCodingFlagsKHR) -> bool
 
fn eq(&self, other: &VideoBeginCodingFlagsKHR) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<VideoBeginCodingFlagsKHR> for VideoBeginCodingFlagsKHR
 
impl PartialOrd<VideoBeginCodingFlagsKHR> for VideoBeginCodingFlagsKHR
source§fn partial_cmp(&self, other: &VideoBeginCodingFlagsKHR) -> Option<Ordering>
 
fn partial_cmp(&self, other: &VideoBeginCodingFlagsKHR) -> 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 more