#[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: u32
§implementationVersion: u32
§description: [c_char; 256]
Trait Implementations§
Source§impl Clone for VkLayerProperties
impl Clone for VkLayerProperties
Source§fn clone(&self) -> VkLayerProperties
fn clone(&self) -> VkLayerProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkLayerProperties
impl Default for VkLayerProperties
impl Copy for VkLayerProperties
Auto Trait Implementations§
impl Freeze for VkLayerProperties
impl RefUnwindSafe for VkLayerProperties
impl Send for VkLayerProperties
impl Sync for VkLayerProperties
impl Unpin for VkLayerProperties
impl UnwindSafe for VkLayerProperties
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