[][src]Struct vulkanalia::vk::ValidationCacheCreateInfoEXT

#[repr(C)]pub struct ValidationCacheCreateInfoEXT {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub flags: ValidationCacheCreateFlagsEXT,
    pub initial_data_size: usize,
    pub initial_data: *const c_void,
}

Fields

s_type: StructureTypenext: *const c_voidflags: ValidationCacheCreateFlagsEXTinitial_data_size: usizeinitial_data: *const c_void

Trait Implementations

impl Cast for ValidationCacheCreateInfoEXT[src]

type Target = ValidationCacheCreateInfoEXT

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

impl Clone for ValidationCacheCreateInfoEXT[src]

impl Copy for ValidationCacheCreateInfoEXT[src]

impl Debug for ValidationCacheCreateInfoEXT[src]

impl Default for ValidationCacheCreateInfoEXT[src]

impl Eq for ValidationCacheCreateInfoEXT[src]

impl<'b> HasBuilder<'b> for ValidationCacheCreateInfoEXT[src]

type Builder = ValidationCacheCreateInfoEXTBuilder<'b>

The associated builder for this type.

impl Hash for ValidationCacheCreateInfoEXT[src]

impl PartialEq<ValidationCacheCreateInfoEXT> for ValidationCacheCreateInfoEXT[src]

impl StructuralEq for ValidationCacheCreateInfoEXT[src]

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