#[repr(C)]pub struct IndirectCommandsPushConstantTokenEXT {
pub update_range: PushConstantRange,
}Expand description
Fields§
§update_range: PushConstantRangeTrait 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
Source§impl PartialEq for IndirectCommandsPushConstantTokenEXT
impl PartialEq for IndirectCommandsPushConstantTokenEXT
Source§fn eq(&self, other: &IndirectCommandsPushConstantTokenEXT) -> bool
fn eq(&self, other: &IndirectCommandsPushConstantTokenEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IndirectCommandsPushConstantTokenEXT
impl Eq for IndirectCommandsPushConstantTokenEXT
impl StructuralPartialEq 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