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