struct PushConstantChange {
stages: ShaderStages,
offset: u32,
enable: bool,
}Fields§
§stages: ShaderStages§offset: u32§enable: boolAuto 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