pub struct DirectDriverLoadingInfoLUNARGBuilder<'a> { /* private fields */ }Expand description
Builder for DirectDriverLoadingInfoLUNARG with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DirectDriverLoadingInfoLUNARGBuilder<'a>
impl<'a> DirectDriverLoadingInfoLUNARGBuilder<'a>
pub fn flags(self, value: u32) -> DirectDriverLoadingInfoLUNARGBuilder<'a>
pub fn pfn_get_instance_proc_addr( self, value: Option<unsafe extern "system" fn(Instance, *const i8) -> Option<unsafe extern "system" fn()>>, ) -> DirectDriverLoadingInfoLUNARGBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> DirectDriverLoadingInfoLUNARGBuilder<'a>where
T: ExtendsDirectDriverLoadingInfoLUNARG,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> DirectDriverLoadingInfoLUNARGBuilder<'a>where
T: ExtendsDirectDriverLoadingInfoLUNARG,
Prepend a struct to the pNext chain. See DirectDriverLoadingInfoLUNARG’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DirectDriverLoadingInfoLUNARGBuilder<'a>
impl<'a> Deref for DirectDriverLoadingInfoLUNARGBuilder<'a>
Source§type Target = DirectDriverLoadingInfoLUNARG
type Target = DirectDriverLoadingInfoLUNARG
The resulting type after dereferencing.
Source§impl<'a> DerefMut for DirectDriverLoadingInfoLUNARGBuilder<'a>
impl<'a> DerefMut 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> UnsafeUnpin 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