[][src]Struct vulkanalia::vk::PhysicalDeviceCustomBorderColorFeaturesEXT

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

Fields

s_type: StructureTypenext: *mut c_voidcustom_border_colors: u32custom_border_color_without_format: u32

Trait Implementations

impl Cast for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

type Target = PhysicalDeviceCustomBorderColorFeaturesEXT

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

impl Clone for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

impl Copy for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

impl Debug for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

impl Default for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

impl Eq for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

impl ExtendsDeviceCreateInfo for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

impl HasBuilder<'static> for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

type Builder = PhysicalDeviceCustomBorderColorFeaturesEXTBuilder

The associated builder for this type.

impl Hash for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

impl PartialEq<PhysicalDeviceCustomBorderColorFeaturesEXT> for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

impl StructuralEq for PhysicalDeviceCustomBorderColorFeaturesEXT[src]

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