Struct ash::vk::VideoEncodeRateControlFlagsKHR
source · pub struct VideoEncodeRateControlFlagsKHR(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAndAssign for VideoEncodeRateControlFlagsKHR
impl BitAndAssign for VideoEncodeRateControlFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for VideoEncodeRateControlFlagsKHR
impl BitOrAssign for VideoEncodeRateControlFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for VideoEncodeRateControlFlagsKHR
impl BitXorAssign 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 for VideoEncodeRateControlFlagsKHR
impl PartialEq 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 for VideoEncodeRateControlFlagsKHR
impl PartialOrd 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 moreimpl Copy for VideoEncodeRateControlFlagsKHR
impl Eq for VideoEncodeRateControlFlagsKHR
impl StructuralPartialEq for VideoEncodeRateControlFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeRateControlFlagsKHR
impl RefUnwindSafe for VideoEncodeRateControlFlagsKHR
impl Send for VideoEncodeRateControlFlagsKHR
impl Sync for VideoEncodeRateControlFlagsKHR
impl Unpin for VideoEncodeRateControlFlagsKHR
impl UnwindSafe for VideoEncodeRateControlFlagsKHR
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