#[repr(C)]pub struct IndirectCommandsPushConstantTokenEXT {
pub update_range: PushConstantRange,
}Expand description
Fields§
§update_range: PushConstantRangeImplementations§
Source§impl IndirectCommandsPushConstantTokenEXT
impl IndirectCommandsPushConstantTokenEXT
pub fn update_range(self, update_range: PushConstantRange) -> Self
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 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