#[repr(C)]pub struct DirectDriverLoadingListLUNARG {
pub s_type: StructureType,
pub p_next: *const c_void,
pub mode: DirectDriverLoadingModeLUNARG,
pub driver_count: u32,
pub p_drivers: *const DirectDriverLoadingInfoLUNARG,
}Expand description
VkDirectDriverLoadingListLUNARG
Provided by VK_LUNARG_direct_driver_loading.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DIRECT_DRIVER_LOADING_LIST_LUNARG.
p_next: *const c_voidOptional, may be null.
mode: DirectDriverLoadingModeLUNARG§driver_count: u32Length of p_drivers.
p_drivers: *const DirectDriverLoadingInfoLUNARGImplementations§
Source§impl DirectDriverLoadingListLUNARG
impl DirectDriverLoadingListLUNARG
Sourcepub fn builder<'a>() -> DirectDriverLoadingListLUNARGBuilder<'a>
pub fn builder<'a>() -> DirectDriverLoadingListLUNARGBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DirectDriverLoadingListLUNARG
impl Clone for DirectDriverLoadingListLUNARG
Source§fn clone(&self) -> DirectDriverLoadingListLUNARG
fn clone(&self) -> DirectDriverLoadingListLUNARG
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 moreimpl 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 UnsafeUnpin 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