#[repr(C)]pub struct DirectDriverLoadingListLUNARG {
pub s_type: StructureType,
pub next: *const c_void,
pub mode: DirectDriverLoadingModeLUNARG,
pub driver_count: u32,
pub drivers: *const DirectDriverLoadingInfoLUNARG,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§mode: DirectDriverLoadingModeLUNARG§driver_count: u32§drivers: *const DirectDriverLoadingInfoLUNARGTrait 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 moreSource§impl Hash for DirectDriverLoadingListLUNARG
impl Hash for DirectDriverLoadingListLUNARG
Source§impl PartialEq for DirectDriverLoadingListLUNARG
impl PartialEq for DirectDriverLoadingListLUNARG
Source§fn eq(&self, other: &DirectDriverLoadingListLUNARG) -> bool
fn eq(&self, other: &DirectDriverLoadingListLUNARG) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DirectDriverLoadingListLUNARG
impl Eq for DirectDriverLoadingListLUNARG
impl Send for DirectDriverLoadingListLUNARG
impl StructuralPartialEq for DirectDriverLoadingListLUNARG
impl Sync for DirectDriverLoadingListLUNARG
Auto Trait Implementations§
impl Freeze for DirectDriverLoadingListLUNARG
impl RefUnwindSafe 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