pub type SamplerYcbcrConversionKHR = SamplerYcbcrConversion;
Aliased Type§
struct SamplerYcbcrConversionKHR(u64);
Fields§
§0: u64
Implementations
Trait Implementations
Source§impl Clone for SamplerYcbcrConversion
impl Clone for SamplerYcbcrConversion
Source§fn clone(&self) -> SamplerYcbcrConversion
fn clone(&self) -> SamplerYcbcrConversion
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 SamplerYcbcrConversion
impl Debug for SamplerYcbcrConversion
Source§impl Default for SamplerYcbcrConversion
impl Default for SamplerYcbcrConversion
Source§fn default() -> SamplerYcbcrConversion
fn default() -> SamplerYcbcrConversion
Returns the “default value” for a type. Read more
Source§impl Handle for SamplerYcbcrConversion
impl Handle for SamplerYcbcrConversion
Source§impl Hash for SamplerYcbcrConversion
impl Hash for SamplerYcbcrConversion
Source§impl Ord for SamplerYcbcrConversion
impl Ord for SamplerYcbcrConversion
Source§fn cmp(&self, other: &SamplerYcbcrConversion) -> Ordering
fn cmp(&self, other: &SamplerYcbcrConversion) -> 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