pub enum RunnerFrameDriveReason {
EffectRedraw,
EffectRequestAnimationFrame,
AboutToWaitRaf,
StreamingPendingRedrawAll,
StreamingPendingRedrawWindow,
SurfaceResize,
SurfaceBootstrap,
SurfaceRecoverLost,
SurfaceRecoverOutdated,
SurfaceRecoverTimeout,
WebDiagKeepaliveRedraw,
}Variants§
EffectRedraw
EffectRequestAnimationFrame
AboutToWaitRaf
StreamingPendingRedrawAll
StreamingPendingRedrawWindow
SurfaceResize
SurfaceBootstrap
SurfaceRecoverLost
SurfaceRecoverOutdated
SurfaceRecoverTimeout
WebDiagKeepaliveRedraw
Implementations§
Trait Implementations§
Source§impl Clone for RunnerFrameDriveReason
impl Clone for RunnerFrameDriveReason
Source§fn clone(&self) -> RunnerFrameDriveReason
fn clone(&self) -> RunnerFrameDriveReason
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RunnerFrameDriveReason
impl Debug for RunnerFrameDriveReason
Source§impl Hash for RunnerFrameDriveReason
impl Hash for RunnerFrameDriveReason
Source§impl Ord for RunnerFrameDriveReason
impl Ord for RunnerFrameDriveReason
Source§fn cmp(&self, other: &RunnerFrameDriveReason) -> Ordering
fn cmp(&self, other: &RunnerFrameDriveReason) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RunnerFrameDriveReason
impl PartialEq for RunnerFrameDriveReason
Source§impl PartialOrd for RunnerFrameDriveReason
impl PartialOrd for RunnerFrameDriveReason
impl Copy for RunnerFrameDriveReason
impl Eq for RunnerFrameDriveReason
impl StructuralPartialEq for RunnerFrameDriveReason
Auto Trait Implementations§
impl Freeze for RunnerFrameDriveReason
impl RefUnwindSafe for RunnerFrameDriveReason
impl Send for RunnerFrameDriveReason
impl Sync for RunnerFrameDriveReason
impl Unpin for RunnerFrameDriveReason
impl UnsafeUnpin for RunnerFrameDriveReason
impl UnwindSafe for RunnerFrameDriveReason
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