pub struct SetStateFlagsIndirectCommandNVBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> SetStateFlagsIndirectCommandNVBuilder<'a>
impl<'a> SetStateFlagsIndirectCommandNVBuilder<'a>
pub fn data(self, data: u32) -> SetStateFlagsIndirectCommandNVBuilder<'a>
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>
§type Target = SetStateFlagsIndirectCommandNV
type Target = SetStateFlagsIndirectCommandNV
The resulting type after dereferencing.