Struct ash::vk::DirectDriverLoadingInfoLUNARG
source · #[repr(C)]pub struct DirectDriverLoadingInfoLUNARG {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub flags: DirectDriverLoadingFlagsLUNARG,
pub pfn_get_instance_proc_addr: PFN_vkGetInstanceProcAddrLUNARG,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§flags: DirectDriverLoadingFlagsLUNARG
§pfn_get_instance_proc_addr: PFN_vkGetInstanceProcAddrLUNARG
Implementations§
source§impl DirectDriverLoadingInfoLUNARG
impl DirectDriverLoadingInfoLUNARG
pub fn builder<'a>() -> DirectDriverLoadingInfoLUNARGBuilder<'a>
Trait Implementations§
source§impl Clone for DirectDriverLoadingInfoLUNARG
impl Clone for DirectDriverLoadingInfoLUNARG
source§fn clone(&self) -> DirectDriverLoadingInfoLUNARG
fn clone(&self) -> DirectDriverLoadingInfoLUNARG
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 DirectDriverLoadingInfoLUNARG
impl TaggedStructure for DirectDriverLoadingInfoLUNARG
const STRUCTURE_TYPE: StructureType = StructureType::DIRECT_DRIVER_LOADING_INFO_LUNARG
impl Copy for DirectDriverLoadingInfoLUNARG
Auto Trait Implementations§
impl Freeze for DirectDriverLoadingInfoLUNARG
impl RefUnwindSafe for DirectDriverLoadingInfoLUNARG
impl !Send for DirectDriverLoadingInfoLUNARG
impl !Sync for DirectDriverLoadingInfoLUNARG
impl Unpin for DirectDriverLoadingInfoLUNARG
impl UnwindSafe for DirectDriverLoadingInfoLUNARG
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