Struct vulkanalia_sys::LayerProperties
source · [−]#[repr(C)]pub struct LayerProperties {
pub layer_name: StringArray<MAX_EXTENSION_NAME_SIZE>,
pub spec_version: u32,
pub implementation_version: u32,
pub description: StringArray<MAX_DESCRIPTION_SIZE>,
}Expand description
Fields
layer_name: StringArray<MAX_EXTENSION_NAME_SIZE>spec_version: u32implementation_version: u32description: StringArray<MAX_DESCRIPTION_SIZE>Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LayerProperties
impl Send for LayerProperties
impl Sync for LayerProperties
impl Unpin for LayerProperties
impl UnwindSafe for LayerProperties
Blanket Implementations
Mutably borrows from an owned value. Read more