Struct ash::vk::SamplerYcbcrConversion  
source · pub struct SamplerYcbcrConversion(/* private fields */);Expand description
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
source§impl PartialEq for SamplerYcbcrConversion
 
impl PartialEq for SamplerYcbcrConversion
source§impl PartialOrd for SamplerYcbcrConversion
 
impl PartialOrd for SamplerYcbcrConversion
source§impl Pointer for SamplerYcbcrConversion
 
impl Pointer for SamplerYcbcrConversion
impl Copy for SamplerYcbcrConversion
impl Eq for SamplerYcbcrConversion
impl StructuralPartialEq for SamplerYcbcrConversion
Auto Trait Implementations§
impl Freeze for SamplerYcbcrConversion
impl RefUnwindSafe for SamplerYcbcrConversion
impl Send for SamplerYcbcrConversion
impl Sync for SamplerYcbcrConversion
impl Unpin for SamplerYcbcrConversion
impl UnwindSafe for SamplerYcbcrConversion
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)