Struct vulkanalia_sys::ExtensionProperties
source · [−]#[repr(C)]pub struct ExtensionProperties {
pub extension_name: StringArray<MAX_EXTENSION_NAME_SIZE>,
pub spec_version: u32,
}Expand description
Fields
extension_name: StringArray<MAX_EXTENSION_NAME_SIZE>spec_version: u32Trait 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 ExtensionProperties
impl Send for ExtensionProperties
impl Sync for ExtensionProperties
impl Unpin for ExtensionProperties
impl UnwindSafe for ExtensionProperties
Blanket Implementations
Mutably borrows from an owned value. Read more