#[repr(C)]pub struct VkLayerSettingEXT {
pub pLayerName: *const c_char,
pub pSettingName: *const c_char,
pub typ: VkLayerSettingTypeEXT,
pub valueCount: u32,
pub pValues: *const c_void,
}Fields§
§pLayerName: *const c_char§pSettingName: *const c_char§typ: 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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)