[][src]Struct vulkanalia_sys::PhysicalDevice4444FormatsFeaturesEXT

#[repr(C)]pub struct PhysicalDevice4444FormatsFeaturesEXT {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub format_a4_r4_g4_b4: Bool32,
    pub format_a4_b4_g4_r4: Bool32,
}

Fields

s_type: StructureTypenext: *mut c_voidformat_a4_r4_g4_b4: Bool32format_a4_b4_g4_r4: Bool32

Trait Implementations

impl Clone for PhysicalDevice4444FormatsFeaturesEXT[src]

impl Copy for PhysicalDevice4444FormatsFeaturesEXT[src]

impl Debug for PhysicalDevice4444FormatsFeaturesEXT[src]

impl Default for PhysicalDevice4444FormatsFeaturesEXT[src]

impl Eq for PhysicalDevice4444FormatsFeaturesEXT[src]

impl Hash for PhysicalDevice4444FormatsFeaturesEXT[src]

impl PartialEq<PhysicalDevice4444FormatsFeaturesEXT> for PhysicalDevice4444FormatsFeaturesEXT[src]

impl StructuralEq for PhysicalDevice4444FormatsFeaturesEXT[src]

impl StructuralPartialEq for PhysicalDevice4444FormatsFeaturesEXT[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.