#[repr(C)]pub struct VkLayerSettingEXT {
pub pLayerName: *const i8,
pub pSettingName: *const i8,
pub type_: VkLayerSettingTypeEXT,
pub valueCount: u32,
pub pValues: *const c_void,
}Expand description
struct VkLayerSettingEXT from VK_EXT_layer_settings
Fields§
§pLayerName: *const i8§pSettingName: *const i8§type_: VkLayerSettingTypeEXT§valueCount: u32§pValues: *const c_voidTrait 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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VkLayerSettingEXT
impl Debug 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