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) -> PushConstantBankInfoNVBuilder<'a>
Sourcepub fn push_next<T>(self, next: &'a mut T) -> PushConstantBankInfoNVBuilder<'a>where
T: ExtendsPushConstantBankInfoNV,
pub fn push_next<T>(self, next: &'a mut T) -> PushConstantBankInfoNVBuilder<'a>where
T: ExtendsPushConstantBankInfoNV,
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>
Source§type Target = PushConstantBankInfoNV
type Target = PushConstantBankInfoNV
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PushConstantBankInfoNVBuilder<'a>
impl<'a> DerefMut 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