pub struct DirectDriverLoadingListLUNARGBuilder<'a> { /* private fields */ }Expand description
Builder for DirectDriverLoadingListLUNARG with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> DirectDriverLoadingListLUNARGBuilder<'a>
impl<'a> DirectDriverLoadingListLUNARGBuilder<'a>
pub fn mode( self, value: DirectDriverLoadingModeLUNARG, ) -> DirectDriverLoadingListLUNARGBuilder<'a>
pub fn drivers( self, slice: &'a [DirectDriverLoadingInfoLUNARG], ) -> DirectDriverLoadingListLUNARGBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> DirectDriverLoadingListLUNARGBuilder<'a>where
T: ExtendsDirectDriverLoadingListLUNARG,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> DirectDriverLoadingListLUNARGBuilder<'a>where
T: ExtendsDirectDriverLoadingListLUNARG,
Prepend a struct to the pNext chain. See DirectDriverLoadingListLUNARG’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for DirectDriverLoadingListLUNARGBuilder<'a>
impl<'a> Deref for DirectDriverLoadingListLUNARGBuilder<'a>
Source§type Target = DirectDriverLoadingListLUNARG
type Target = DirectDriverLoadingListLUNARG
The resulting type after dereferencing.
Source§impl<'a> DerefMut for DirectDriverLoadingListLUNARGBuilder<'a>
impl<'a> DerefMut for DirectDriverLoadingListLUNARGBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DirectDriverLoadingListLUNARGBuilder<'a>
impl<'a> RefUnwindSafe for DirectDriverLoadingListLUNARGBuilder<'a>
impl<'a> !Send for DirectDriverLoadingListLUNARGBuilder<'a>
impl<'a> !Sync for DirectDriverLoadingListLUNARGBuilder<'a>
impl<'a> Unpin for DirectDriverLoadingListLUNARGBuilder<'a>
impl<'a> UnsafeUnpin for DirectDriverLoadingListLUNARGBuilder<'a>
impl<'a> UnwindSafe for DirectDriverLoadingListLUNARGBuilder<'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