Struct ash::vk::VideoEncodeH264RateControlFlagsKHR
source · #[repr(transparent)]pub struct VideoEncodeH264RateControlFlagsKHR(pub(crate) Flags);
Expand description
Tuple Fields§
§0: Flags
Implementations§
source§impl VideoEncodeH264RateControlFlagsKHR
impl VideoEncodeH264RateControlFlagsKHR
source§impl VideoEncodeH264RateControlFlagsKHR
impl VideoEncodeH264RateControlFlagsKHR
pub const ATTEMPT_HRD_COMPLIANCE: Self = _
pub const REGULAR_GOP: Self = _
pub const REFERENCE_PATTERN_FLAT: Self = _
pub const REFERENCE_PATTERN_DYADIC: Self = _
pub const TEMPORAL_LAYER_PATTERN_DYADIC: Self = _
Trait Implementations§
source§impl BitAndAssign for VideoEncodeH264RateControlFlagsKHR
impl BitAndAssign for VideoEncodeH264RateControlFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for VideoEncodeH264RateControlFlagsKHR
impl BitOrAssign for VideoEncodeH264RateControlFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for VideoEncodeH264RateControlFlagsKHR
impl BitXorAssign for VideoEncodeH264RateControlFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for VideoEncodeH264RateControlFlagsKHR
impl Clone for VideoEncodeH264RateControlFlagsKHR
source§fn clone(&self) -> VideoEncodeH264RateControlFlagsKHR
fn clone(&self) -> VideoEncodeH264RateControlFlagsKHR
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 VideoEncodeH264RateControlFlagsKHR
impl Ord for VideoEncodeH264RateControlFlagsKHR
source§fn cmp(&self, other: &VideoEncodeH264RateControlFlagsKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeH264RateControlFlagsKHR) -> 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 VideoEncodeH264RateControlFlagsKHR
impl PartialEq for VideoEncodeH264RateControlFlagsKHR
source§fn eq(&self, other: &VideoEncodeH264RateControlFlagsKHR) -> bool
fn eq(&self, other: &VideoEncodeH264RateControlFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for VideoEncodeH264RateControlFlagsKHR
impl PartialOrd for VideoEncodeH264RateControlFlagsKHR
source§fn partial_cmp(
&self,
other: &VideoEncodeH264RateControlFlagsKHR,
) -> Option<Ordering>
fn partial_cmp( &self, other: &VideoEncodeH264RateControlFlagsKHR, ) -> 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 VideoEncodeH264RateControlFlagsKHR
impl Eq for VideoEncodeH264RateControlFlagsKHR
impl StructuralPartialEq for VideoEncodeH264RateControlFlagsKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeH264RateControlFlagsKHR
impl RefUnwindSafe for VideoEncodeH264RateControlFlagsKHR
impl Send for VideoEncodeH264RateControlFlagsKHR
impl Sync for VideoEncodeH264RateControlFlagsKHR
impl Unpin for VideoEncodeH264RateControlFlagsKHR
impl UnwindSafe for VideoEncodeH264RateControlFlagsKHR
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