#[repr(transparent)]pub struct SamplerYcbcrConversion(_);Expand description
Implementations
sourceimpl SamplerYcbcrConversion
impl SamplerYcbcrConversion
pub const fn null() -> SamplerYcbcrConversion
Trait Implementations
sourceimpl Clone for SamplerYcbcrConversion
impl Clone for SamplerYcbcrConversion
sourcefn clone(&self) -> SamplerYcbcrConversion
fn clone(&self) -> SamplerYcbcrConversion
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SamplerYcbcrConversion
impl Debug for SamplerYcbcrConversion
sourceimpl Default for SamplerYcbcrConversion
impl Default for SamplerYcbcrConversion
sourcefn default() -> SamplerYcbcrConversion
fn default() -> SamplerYcbcrConversion
Returns the “default value” for a type. Read more
sourceimpl Handle for SamplerYcbcrConversion
impl Handle for SamplerYcbcrConversion
const TYPE: ObjectType = ObjectType::SAMPLER_YCBCR_CONVERSION
fn as_raw(self) -> u64
fn from_raw(x: u64) -> SamplerYcbcrConversion
sourceimpl Hash for SamplerYcbcrConversion
impl Hash for SamplerYcbcrConversion
sourceimpl Ord for SamplerYcbcrConversion
impl Ord for SamplerYcbcrConversion
sourceimpl PartialEq<SamplerYcbcrConversion> for SamplerYcbcrConversion
impl PartialEq<SamplerYcbcrConversion> for SamplerYcbcrConversion
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &SamplerYcbcrConversion) -> bool
fn ne(&self, other: &SamplerYcbcrConversion) -> bool
This method tests for !=.
sourceimpl PartialOrd<SamplerYcbcrConversion> for SamplerYcbcrConversion
impl PartialOrd<SamplerYcbcrConversion> for SamplerYcbcrConversion
sourcefn partial_cmp(&self, other: &SamplerYcbcrConversion) -> Option<Ordering>
fn partial_cmp(&self, other: &SamplerYcbcrConversion) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
sourceimpl Pointer for SamplerYcbcrConversion
impl Pointer for SamplerYcbcrConversion
impl Copy for SamplerYcbcrConversion
impl Eq for SamplerYcbcrConversion
impl StructuralEq for SamplerYcbcrConversion
impl StructuralPartialEq for SamplerYcbcrConversion
Auto Trait Implementations
impl RefUnwindSafe for SamplerYcbcrConversion
impl Send for SamplerYcbcrConversion
impl Sync for SamplerYcbcrConversion
impl Unpin for SamplerYcbcrConversion
impl UnwindSafe for SamplerYcbcrConversion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more