#[repr(C)]pub struct LayerProperties {
pub layer_name: StringArray<vulkan_rust_sys::::structs::LayerProperties::layer_name::{constant#0}>,
pub spec_version: u32,
pub implementation_version: u32,
pub description: StringArray<vulkan_rust_sys::::structs::LayerProperties::description::{constant#0}>,
}Expand description
VkLayerProperties
Provided by VK_BASE_VERSION_1_0.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§layer_name: StringArray<vulkan_rust_sys::::structs::LayerProperties::layer_name::{constant#0}>§spec_version: u32§implementation_version: u32§description: StringArray<vulkan_rust_sys::::structs::LayerProperties::description::{constant#0}>Implementations§
Source§impl LayerProperties
impl LayerProperties
Sourcepub fn builder() -> LayerPropertiesBuilder
pub fn builder() -> LayerPropertiesBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for LayerProperties
impl Clone for LayerProperties
Source§fn clone(&self) -> LayerProperties
fn clone(&self) -> LayerProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LayerProperties
impl Debug for LayerProperties
Source§impl Default for LayerProperties
impl Default for LayerProperties
Source§fn default() -> LayerProperties
fn default() -> LayerProperties
Returns the “default value” for a type. Read more
impl Copy for LayerProperties
Auto Trait Implementations§
impl Freeze for LayerProperties
impl RefUnwindSafe for LayerProperties
impl Send for LayerProperties
impl Sync for LayerProperties
impl Unpin for LayerProperties
impl UnsafeUnpin for LayerProperties
impl UnwindSafe for LayerProperties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more