pub enum GPULoadOp {
Load,
Clear,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPULoadOp
impl RefUnwindSafe for GPULoadOp
impl Send for GPULoadOp
impl Sync for GPULoadOp
impl Unpin for GPULoadOp
impl UnwindSafe for GPULoadOp
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