pub struct PushConstantBankInfoNVBuilder<'a> { /* private fields */ }Expand description
Builder for PushConstantBankInfoNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PushConstantBankInfoNVBuilder<'a>
impl<'a> PushConstantBankInfoNVBuilder<'a>
pub fn bank(self, value: u32) -> Self
Sourcepub fn push_next<T: ExtendsPushConstantBankInfoNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPushConstantBankInfoNV>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PushConstantBankInfoNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PushConstantBankInfoNVBuilder<'a>
impl<'a> Deref for PushConstantBankInfoNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PushConstantBankInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for PushConstantBankInfoNVBuilder<'a>
impl<'a> !Send for PushConstantBankInfoNVBuilder<'a>
impl<'a> !Sync for PushConstantBankInfoNVBuilder<'a>
impl<'a> Unpin for PushConstantBankInfoNVBuilder<'a>
impl<'a> UnsafeUnpin for PushConstantBankInfoNVBuilder<'a>
impl<'a> UnwindSafe for PushConstantBankInfoNVBuilder<'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