pub enum MotionRenderLane {
DomWaapi,
LayoutFlip,
ViewTransition,
WorkerCanvas2d,
WorkerTownRender,
Text,
TextFx,
MorphFramePlan,
MorphScene,
}Variants§
DomWaapi
LayoutFlip
ViewTransition
WorkerCanvas2d
WorkerTownRender
Text
TextFx
MorphFramePlan
MorphScene
Implementations§
Trait Implementations§
Source§impl Clone for MotionRenderLane
impl Clone for MotionRenderLane
Source§fn clone(&self) -> MotionRenderLane
fn clone(&self) -> MotionRenderLane
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MotionRenderLane
Source§impl Debug for MotionRenderLane
impl Debug for MotionRenderLane
Source§impl Default for MotionRenderLane
impl Default for MotionRenderLane
Source§fn default() -> MotionRenderLane
fn default() -> MotionRenderLane
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MotionRenderLane
impl<'de> Deserialize<'de> for MotionRenderLane
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MotionRenderLane
Source§impl PartialEq for MotionRenderLane
impl PartialEq for MotionRenderLane
Source§fn eq(&self, other: &MotionRenderLane) -> bool
fn eq(&self, other: &MotionRenderLane) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MotionRenderLane
impl Serialize for MotionRenderLane
impl StructuralPartialEq for MotionRenderLane
Auto Trait Implementations§
impl Freeze for MotionRenderLane
impl RefUnwindSafe for MotionRenderLane
impl Send for MotionRenderLane
impl Sync for MotionRenderLane
impl Unpin for MotionRenderLane
impl UnsafeUnpin for MotionRenderLane
impl UnwindSafe for MotionRenderLane
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