pub enum MotionFrameReason {
UpdateRender,
}Expand description
Minimal reason vocabulary for adapter-owned frame requests.
Variants§
UpdateRender
The adapter should sample motion and render the updated presentation state.
Trait Implementations§
Source§impl Clone for MotionFrameReason
impl Clone for MotionFrameReason
impl Copy for MotionFrameReason
Source§impl Debug for MotionFrameReason
impl Debug for MotionFrameReason
impl Eq for MotionFrameReason
Source§impl PartialEq for MotionFrameReason
impl PartialEq for MotionFrameReason
impl StructuralPartialEq for MotionFrameReason
Auto Trait Implementations§
impl Freeze for MotionFrameReason
impl RefUnwindSafe for MotionFrameReason
impl Send for MotionFrameReason
impl Sync for MotionFrameReason
impl Unpin for MotionFrameReason
impl UnsafeUnpin for MotionFrameReason
impl UnwindSafe for MotionFrameReason
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