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