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§fn eq(&self, other: &SamplerYcbcrConversion) -> bool
fn eq(&self, other: &SamplerYcbcrConversion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SamplerYcbcrConversion
impl PartialOrd for SamplerYcbcrConversion
source§fn partial_cmp(&self, other: &SamplerYcbcrConversion) -> Option<Ordering>
fn partial_cmp(&self, other: &SamplerYcbcrConversion) -> 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 moresource§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