#[repr(C)]pub struct VkLayerSettingEXT {
pub pLayerName: *const c_char,
pub pSettingName: *const c_char,
pub type_: VkLayerSettingTypeEXT,
pub valueCount: u32,
pub pValues: *const c_void,
}
Fields§
§pLayerName: *const c_char
§pSettingName: *const c_char
§type_: VkLayerSettingTypeEXT
§valueCount: u32
§pValues: *const c_void
Trait Implementations§
Source§impl Clone for VkLayerSettingEXT
impl Clone for VkLayerSettingEXT
Source§fn clone(&self) -> VkLayerSettingEXT
fn clone(&self) -> VkLayerSettingEXT
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 VkLayerSettingEXT
impl Default for VkLayerSettingEXT
impl Copy for VkLayerSettingEXT
Auto Trait Implementations§
impl Freeze for VkLayerSettingEXT
impl RefUnwindSafe for VkLayerSettingEXT
impl !Send for VkLayerSettingEXT
impl !Sync for VkLayerSettingEXT
impl Unpin for VkLayerSettingEXT
impl UnwindSafe for VkLayerSettingEXT
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