Struct ash::vk::definitions::SamplerYcbcrConversionInfo
source · #[repr(C)]pub struct SamplerYcbcrConversionInfo<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub conversion: SamplerYcbcrConversion,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§conversion: SamplerYcbcrConversion
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> SamplerYcbcrConversionInfo<'a>
impl<'a> SamplerYcbcrConversionInfo<'a>
pub fn conversion(self, conversion: SamplerYcbcrConversion) -> Self
Trait Implementations§
source§impl<'a> Clone for SamplerYcbcrConversionInfo<'a>
impl<'a> Clone for SamplerYcbcrConversionInfo<'a>
source§fn clone(&self) -> SamplerYcbcrConversionInfo<'a>
fn clone(&self) -> SamplerYcbcrConversionInfo<'a>
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<'a> Debug for SamplerYcbcrConversionInfo<'a>
impl<'a> Debug for SamplerYcbcrConversionInfo<'a>
source§impl Default for SamplerYcbcrConversionInfo<'_>
impl Default for SamplerYcbcrConversionInfo<'_>
source§impl<'a> TaggedStructure for SamplerYcbcrConversionInfo<'a>
impl<'a> TaggedStructure for SamplerYcbcrConversionInfo<'a>
const STRUCTURE_TYPE: StructureType = StructureType::SAMPLER_YCBCR_CONVERSION_INFO
impl<'a> Copy for SamplerYcbcrConversionInfo<'a>
impl ExtendsImageViewCreateInfo for SamplerYcbcrConversionInfo<'_>
impl ExtendsSamplerCreateInfo for SamplerYcbcrConversionInfo<'_>
impl Send for SamplerYcbcrConversionInfo<'_>
impl Sync for SamplerYcbcrConversionInfo<'_>
Auto Trait Implementations§
impl<'a> Freeze for SamplerYcbcrConversionInfo<'a>
impl<'a> RefUnwindSafe for SamplerYcbcrConversionInfo<'a>
impl<'a> Unpin for SamplerYcbcrConversionInfo<'a>
impl<'a> UnwindSafe for SamplerYcbcrConversionInfo<'a>
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