Struct ash::vk::SetStateFlagsIndirectCommandNVBuilder
source · pub struct SetStateFlagsIndirectCommandNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SetStateFlagsIndirectCommandNVBuilder<'a>
impl<'a> SetStateFlagsIndirectCommandNVBuilder<'a>
pub fn data(self, data: u32) -> Self
sourcepub fn build(self) -> SetStateFlagsIndirectCommandNV
pub fn build(self) -> SetStateFlagsIndirectCommandNV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for SetStateFlagsIndirectCommandNVBuilder<'a>
impl<'a> Deref for SetStateFlagsIndirectCommandNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetStateFlagsIndirectCommandNVBuilder<'a>
impl<'a> RefUnwindSafe for SetStateFlagsIndirectCommandNVBuilder<'a>
impl<'a> Send for SetStateFlagsIndirectCommandNVBuilder<'a>
impl<'a> Sync for SetStateFlagsIndirectCommandNVBuilder<'a>
impl<'a> Unpin for SetStateFlagsIndirectCommandNVBuilder<'a>
impl<'a> UnwindSafe for SetStateFlagsIndirectCommandNVBuilder<'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