pub enum LoadOp {
Undefined,
Load,
Clear,
ExpandResolveTexture,
}Variants§
Trait Implementations§
impl Copy for LoadOp
impl Eq for LoadOp
impl StructuralPartialEq for LoadOp
Auto Trait Implementations§
impl Freeze for LoadOp
impl RefUnwindSafe for LoadOp
impl Send for LoadOp
impl Sync for LoadOp
impl Unpin for LoadOp
impl UnsafeUnpin for LoadOp
impl UnwindSafe for LoadOp
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