Struct wgpu_core::command::bind::PushConstantChange
source · struct PushConstantChange {
stages: ShaderStages,
offset: u32,
enable: bool,
}
Fields§
§stages: ShaderStages
§offset: u32
§enable: bool
Auto Trait Implementations§
impl Freeze for PushConstantChange
impl RefUnwindSafe for PushConstantChange
impl Send for PushConstantChange
impl Sync for PushConstantChange
impl Unpin for PushConstantChange
impl UnwindSafe for PushConstantChange
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