pub struct IndirectCommandsPushConstantTokenEXTBuilder { /* private fields */ }Expand description
Builder for IndirectCommandsPushConstantTokenEXT.
Implementations§
Source§impl IndirectCommandsPushConstantTokenEXTBuilder
impl IndirectCommandsPushConstantTokenEXTBuilder
pub fn update_range( self, value: PushConstantRange, ) -> IndirectCommandsPushConstantTokenEXTBuilder
Trait Implementations§
Source§impl Deref for IndirectCommandsPushConstantTokenEXTBuilder
impl Deref for IndirectCommandsPushConstantTokenEXTBuilder
Source§type Target = IndirectCommandsPushConstantTokenEXT
type Target = IndirectCommandsPushConstantTokenEXT
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for IndirectCommandsPushConstantTokenEXTBuilder
impl RefUnwindSafe for IndirectCommandsPushConstantTokenEXTBuilder
impl Send for IndirectCommandsPushConstantTokenEXTBuilder
impl Sync for IndirectCommandsPushConstantTokenEXTBuilder
impl Unpin for IndirectCommandsPushConstantTokenEXTBuilder
impl UnsafeUnpin for IndirectCommandsPushConstantTokenEXTBuilder
impl UnwindSafe for IndirectCommandsPushConstantTokenEXTBuilder
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