Struct ash::vk::VideoEncodeRateControlModeFlagsKHR
source · pub struct VideoEncodeRateControlModeFlagsKHR(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAndAssign for VideoEncodeRateControlModeFlagsKHR
impl BitAndAssign for VideoEncodeRateControlModeFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for VideoEncodeRateControlModeFlagsKHR
impl BitOrAssign for VideoEncodeRateControlModeFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for VideoEncodeRateControlModeFlagsKHR
impl BitXorAssign for VideoEncodeRateControlModeFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for VideoEncodeRateControlModeFlagsKHR
impl Clone for VideoEncodeRateControlModeFlagsKHR
source§fn clone(&self) -> VideoEncodeRateControlModeFlagsKHR
fn clone(&self) -> VideoEncodeRateControlModeFlagsKHR
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 Ord for VideoEncodeRateControlModeFlagsKHR
impl Ord for VideoEncodeRateControlModeFlagsKHR
source§fn cmp(&self, other: &VideoEncodeRateControlModeFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeRateControlModeFlagsKHR) -> 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 VideoEncodeRateControlModeFlagsKHR
impl PartialEq for VideoEncodeRateControlModeFlagsKHR
source§fn eq(&self, other: &VideoEncodeRateControlModeFlagsKHR) -> bool
fn eq(&self, other: &VideoEncodeRateControlModeFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for VideoEncodeRateControlModeFlagsKHR
impl PartialOrd for VideoEncodeRateControlModeFlagsKHR
source§fn partial_cmp(
&self,
other: &VideoEncodeRateControlModeFlagsKHR
) -> Option<Ordering>
fn partial_cmp( &self, other: &VideoEncodeRateControlModeFlagsKHR ) -> 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 moreimpl Copy for VideoEncodeRateControlModeFlagsKHR
impl Eq for VideoEncodeRateControlModeFlagsKHR
impl StructuralPartialEq for VideoEncodeRateControlModeFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeRateControlModeFlagsKHR
impl RefUnwindSafe for VideoEncodeRateControlModeFlagsKHR
impl Send for VideoEncodeRateControlModeFlagsKHR
impl Sync for VideoEncodeRateControlModeFlagsKHR
impl Unpin for VideoEncodeRateControlModeFlagsKHR
impl UnwindSafe for VideoEncodeRateControlModeFlagsKHR
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