Struct screen_13::prelude::vk::DirectDriverLoadingListLUNARG
source · pub struct DirectDriverLoadingListLUNARG {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub mode: DirectDriverLoadingModeLUNARG,
pub driver_count: u32,
pub p_drivers: *const DirectDriverLoadingInfoLUNARG,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§mode: DirectDriverLoadingModeLUNARG§driver_count: u32§p_drivers: *const DirectDriverLoadingInfoLUNARGImplementations§
source§impl DirectDriverLoadingListLUNARG
impl DirectDriverLoadingListLUNARG
pub fn builder<'a>() -> DirectDriverLoadingListLUNARGBuilder<'a>
Trait Implementations§
source§impl Clone for DirectDriverLoadingListLUNARG
impl Clone for DirectDriverLoadingListLUNARG
source§fn clone(&self) -> DirectDriverLoadingListLUNARG
fn clone(&self) -> DirectDriverLoadingListLUNARG
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 Default for DirectDriverLoadingListLUNARG
impl Default for DirectDriverLoadingListLUNARG
source§fn default() -> DirectDriverLoadingListLUNARG
fn default() -> DirectDriverLoadingListLUNARG
Returns the “default value” for a type. Read more