Enum webxr_api::session::RenderState
source · enum RenderState {
NotInRenderLoop,
InRenderLoop,
PendingQuit,
}
Variants§
Trait Implementations§
source§impl PartialEq for RenderState
impl PartialEq for RenderState
impl StructuralPartialEq for RenderState
Auto Trait Implementations§
impl Freeze for RenderState
impl RefUnwindSafe for RenderState
impl Send for RenderState
impl Sync for RenderState
impl Unpin for RenderState
impl UnwindSafe for RenderState
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