Struct ash::vk::definitions::LayerSettingsCreateInfoEXT
source · #[repr(C)]pub struct LayerSettingsCreateInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub setting_count: u32,
pub p_settings: *const LayerSettingEXT<'a>,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§setting_count: u32
§p_settings: *const LayerSettingEXT<'a>
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> LayerSettingsCreateInfoEXT<'a>
impl<'a> LayerSettingsCreateInfoEXT<'a>
pub fn settings(self, settings: &'a [LayerSettingEXT<'a>]) -> Self
Trait Implementations§
source§impl<'a> Clone for LayerSettingsCreateInfoEXT<'a>
impl<'a> Clone for LayerSettingsCreateInfoEXT<'a>
source§fn clone(&self) -> LayerSettingsCreateInfoEXT<'a>
fn clone(&self) -> LayerSettingsCreateInfoEXT<'a>
Returns a copy 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<'a> Debug for LayerSettingsCreateInfoEXT<'a>
impl<'a> Debug for LayerSettingsCreateInfoEXT<'a>
source§impl Default for LayerSettingsCreateInfoEXT<'_>
impl Default for LayerSettingsCreateInfoEXT<'_>
source§impl<'a> TaggedStructure for LayerSettingsCreateInfoEXT<'a>
impl<'a> TaggedStructure for LayerSettingsCreateInfoEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::LAYER_SETTINGS_CREATE_INFO_EXT
impl<'a> Copy for LayerSettingsCreateInfoEXT<'a>
impl ExtendsInstanceCreateInfo for LayerSettingsCreateInfoEXT<'_>
impl Send for LayerSettingsCreateInfoEXT<'_>
impl Sync for LayerSettingsCreateInfoEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for LayerSettingsCreateInfoEXT<'a>
impl<'a> RefUnwindSafe for LayerSettingsCreateInfoEXT<'a>
impl<'a> Unpin for LayerSettingsCreateInfoEXT<'a>
impl<'a> UnwindSafe for LayerSettingsCreateInfoEXT<'a>
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