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) -> Self
pub fn data(self, value: IndirectCommandsTokenDataEXT) -> Self
pub fn offset(self, value: u32) -> Self
Sourcepub fn push_next<T: ExtendsIndirectCommandsLayoutTokenEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsIndirectCommandsLayoutTokenEXT>( self, next: &'a mut T, ) -> Self
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>
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