Struct ash::vk::VideoEncodeTuningModeKHR
source · pub struct VideoEncodeTuningModeKHR(/* private fields */);
Expand description
Implementations§
source§impl VideoEncodeTuningModeKHR
impl VideoEncodeTuningModeKHR
pub const DEFAULT: Self = _
pub const HIGH_QUALITY: Self = _
pub const LOW_LATENCY: Self = _
pub const ULTRA_LOW_LATENCY: Self = _
pub const LOSSLESS: Self = _
Trait Implementations§
source§impl Clone for VideoEncodeTuningModeKHR
impl Clone for VideoEncodeTuningModeKHR
source§fn clone(&self) -> VideoEncodeTuningModeKHR
fn clone(&self) -> VideoEncodeTuningModeKHR
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 VideoEncodeTuningModeKHR
impl Debug for VideoEncodeTuningModeKHR
source§impl Default for VideoEncodeTuningModeKHR
impl Default for VideoEncodeTuningModeKHR
source§fn default() -> VideoEncodeTuningModeKHR
fn default() -> VideoEncodeTuningModeKHR
Returns the “default value” for a type. Read more
source§impl Hash for VideoEncodeTuningModeKHR
impl Hash for VideoEncodeTuningModeKHR
source§impl Ord for VideoEncodeTuningModeKHR
impl Ord for VideoEncodeTuningModeKHR
source§fn cmp(&self, other: &VideoEncodeTuningModeKHR) -> Ordering
fn cmp(&self, other: &VideoEncodeTuningModeKHR) -> 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 VideoEncodeTuningModeKHR
impl PartialEq for VideoEncodeTuningModeKHR
source§fn eq(&self, other: &VideoEncodeTuningModeKHR) -> bool
fn eq(&self, other: &VideoEncodeTuningModeKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for VideoEncodeTuningModeKHR
impl PartialOrd for VideoEncodeTuningModeKHR
source§fn partial_cmp(&self, other: &VideoEncodeTuningModeKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &VideoEncodeTuningModeKHR) -> 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 VideoEncodeTuningModeKHR
impl Eq for VideoEncodeTuningModeKHR
impl StructuralPartialEq for VideoEncodeTuningModeKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeTuningModeKHR
impl RefUnwindSafe for VideoEncodeTuningModeKHR
impl Send for VideoEncodeTuningModeKHR
impl Sync for VideoEncodeTuningModeKHR
impl Unpin for VideoEncodeTuningModeKHR
impl UnwindSafe for VideoEncodeTuningModeKHR
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