Struct unity_native_plugin_sys::VkLayerProperties [−][src]
#[repr(C)]pub struct VkLayerProperties {
pub layerName: [c_char; 256],
pub specVersion: u32,
pub implementationVersion: u32,
pub description: [c_char; 256],
}Fields
layerName: [c_char; 256]specVersion: u32implementationVersion: u32description: [c_char; 256]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkLayerProperties
impl Send for VkLayerProperties
impl Sync for VkLayerProperties
impl Unpin for VkLayerProperties
impl UnwindSafe for VkLayerProperties
Blanket Implementations
Mutably borrows from an owned value. Read more