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