pub struct IndirectCommandsPushConstantTokenEXTBuilder { /* private fields */ }Expand description
Builder for IndirectCommandsPushConstantTokenEXT.
Implementations§
Source§impl IndirectCommandsPushConstantTokenEXTBuilder
impl IndirectCommandsPushConstantTokenEXTBuilder
pub fn update_range(self, value: PushConstantRange) -> Self
Trait Implementations§
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