Struct ash::vk::DirectDriverLoadingListLUNARG
source · #[repr(C)]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 DirectDriverLoadingInfoLUNARG
Implementations§
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 TaggedStructure for DirectDriverLoadingListLUNARG
impl TaggedStructure for DirectDriverLoadingListLUNARG
const STRUCTURE_TYPE: StructureType = StructureType::DIRECT_DRIVER_LOADING_LIST_LUNARG
impl Copy for DirectDriverLoadingListLUNARG
impl ExtendsInstanceCreateInfo for DirectDriverLoadingListLUNARG
Auto Trait Implementations§
impl Freeze for DirectDriverLoadingListLUNARG
impl RefUnwindSafe for DirectDriverLoadingListLUNARG
impl !Send for DirectDriverLoadingListLUNARG
impl !Sync for DirectDriverLoadingListLUNARG
impl Unpin for DirectDriverLoadingListLUNARG
impl UnwindSafe for DirectDriverLoadingListLUNARG
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