#[repr(C)]pub struct IndirectCommandsPushConstantTokenEXT {
pub update_range: PushConstantRange,
}Expand description
VkIndirectCommandsPushConstantTokenEXT
Provided by VK_EXT_device_generated_commands.
Fields§
§update_range: PushConstantRangeImplementations§
Source§impl IndirectCommandsPushConstantTokenEXT
impl IndirectCommandsPushConstantTokenEXT
Sourcepub fn builder() -> IndirectCommandsPushConstantTokenEXTBuilder
pub fn builder() -> IndirectCommandsPushConstantTokenEXTBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for IndirectCommandsPushConstantTokenEXT
impl Clone for IndirectCommandsPushConstantTokenEXT
Source§fn clone(&self) -> IndirectCommandsPushConstantTokenEXT
fn clone(&self) -> IndirectCommandsPushConstantTokenEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for IndirectCommandsPushConstantTokenEXT
impl Default for IndirectCommandsPushConstantTokenEXT
Source§fn default() -> IndirectCommandsPushConstantTokenEXT
fn default() -> IndirectCommandsPushConstantTokenEXT
Returns the “default value” for a type. Read more
impl Copy for IndirectCommandsPushConstantTokenEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsPushConstantTokenEXT
impl RefUnwindSafe for IndirectCommandsPushConstantTokenEXT
impl Send for IndirectCommandsPushConstantTokenEXT
impl Sync for IndirectCommandsPushConstantTokenEXT
impl Unpin for IndirectCommandsPushConstantTokenEXT
impl UnsafeUnpin for IndirectCommandsPushConstantTokenEXT
impl UnwindSafe for IndirectCommandsPushConstantTokenEXT
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