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