Struct ash::vk::DirectDriverLoadingInfoLUNARGBuilder
source · pub struct DirectDriverLoadingInfoLUNARGBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DirectDriverLoadingInfoLUNARGBuilder<'a>
impl<'a> DirectDriverLoadingInfoLUNARGBuilder<'a>
pub fn flags(self, flags: DirectDriverLoadingFlagsLUNARG) -> Self
pub fn pfn_get_instance_proc_addr( self, pfn_get_instance_proc_addr: PFN_vkGetInstanceProcAddrLUNARG ) -> Self
sourcepub fn build(self) -> DirectDriverLoadingInfoLUNARG
pub fn build(self) -> DirectDriverLoadingInfoLUNARG
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for DirectDriverLoadingInfoLUNARGBuilder<'a>
impl<'a> Deref for DirectDriverLoadingInfoLUNARGBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DirectDriverLoadingInfoLUNARGBuilder<'a>
impl<'a> RefUnwindSafe for DirectDriverLoadingInfoLUNARGBuilder<'a>
impl<'a> !Send for DirectDriverLoadingInfoLUNARGBuilder<'a>
impl<'a> !Sync for DirectDriverLoadingInfoLUNARGBuilder<'a>
impl<'a> Unpin for DirectDriverLoadingInfoLUNARGBuilder<'a>
impl<'a> UnwindSafe for DirectDriverLoadingInfoLUNARGBuilder<'a>
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