Struct screen_13::prelude::vk::VideoEncodeTuningModeKHR
source · pub struct VideoEncodeTuningModeKHR(_);Expand description
Implementations§
source§impl VideoEncodeTuningModeKHR
impl VideoEncodeTuningModeKHR
pub const DEFAULT: VideoEncodeTuningModeKHR = Self(0)
pub const HIGH_QUALITY: VideoEncodeTuningModeKHR = Self(1)
pub const LOW_LATENCY: VideoEncodeTuningModeKHR = Self(2)
pub const ULTRA_LOW_LATENCY: VideoEncodeTuningModeKHR = Self(3)
pub const LOSSLESS: VideoEncodeTuningModeKHR = Self(4)
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<VideoEncodeTuningModeKHR> for VideoEncodeTuningModeKHR
impl PartialEq<VideoEncodeTuningModeKHR> 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<VideoEncodeTuningModeKHR> for VideoEncodeTuningModeKHR
impl PartialOrd<VideoEncodeTuningModeKHR> 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 more