pub enum RenderingState {
Idle,
Drawing,
Done,
}Variants§
Trait Implementations§
Source§impl PartialEq for RenderingState
impl PartialEq for RenderingState
impl StructuralPartialEq for RenderingState
Auto Trait Implementations§
impl Freeze for RenderingState
impl RefUnwindSafe for RenderingState
impl Send for RenderingState
impl Sync for RenderingState
impl Unpin for RenderingState
impl UnwindSafe for RenderingState
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