Enum blade_graphics::InitOp
source · pub enum InitOp {
Load,
Clear(TextureColor),
}Variants§
Load
Clear(TextureColor)
Trait Implementations§
Auto Trait Implementations§
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