Struct vulkanalia::vk::PhysicalDeviceSamplerYcbcrConversionFeatures[][src]

#[repr(C)]pub struct PhysicalDeviceSamplerYcbcrConversionFeatures {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub sampler_ycbcr_conversion: u32,
}

Fields

s_type: StructureTypenext: *mut c_voidsampler_ycbcr_conversion: u32

Trait Implementations

impl Cast for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

type Target = PhysicalDeviceSamplerYcbcrConversionFeatures

The other type this type type can be used interchangeably with in FFI.

impl Clone for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

impl Copy for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

impl Debug for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

impl Default for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

impl Eq for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

impl ExtendsDeviceCreateInfo for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

impl HasBuilder<'static> for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

type Builder = PhysicalDeviceSamplerYcbcrConversionFeaturesBuilder

The associated builder for this type.

impl Hash for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

impl PartialEq<PhysicalDeviceSamplerYcbcrConversionFeatures> for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

impl StructuralEq for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

impl StructuralPartialEq for PhysicalDeviceSamplerYcbcrConversionFeatures[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.