#[repr(C)]pub struct DirectDriverLoadingListLUNARG {
pub sType: StructureType,
pub pNext: *mut c_void,
pub mode: DirectDriverLoadingModeLUNARG,
pub driverCount: u32,
pub pDrivers: *const DirectDriverLoadingInfoLUNARG,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§mode: DirectDriverLoadingModeLUNARG
§driverCount: u32
§pDrivers: *const DirectDriverLoadingInfoLUNARG
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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy 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