pub enum TimelineTrackType {
Opacity,
Style,
SheetTransform,
SheetPosition,
GlobalLighting,
}Expand description
TS TimelineTrackType.
Variants§
Opacity
“opacity”
Style
“style”
SheetTransform
“sheetTransform”
SheetPosition
“sheetPosition”
GlobalLighting
“globalLighting”
Trait Implementations§
Source§impl Clone for TimelineTrackType
impl Clone for TimelineTrackType
Source§fn clone(&self) -> TimelineTrackType
fn clone(&self) -> TimelineTrackType
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 TimelineTrackType
Source§impl Debug for TimelineTrackType
impl Debug for TimelineTrackType
impl Eq for TimelineTrackType
Source§impl PartialEq for TimelineTrackType
impl PartialEq for TimelineTrackType
Source§fn eq(&self, other: &TimelineTrackType) -> bool
fn eq(&self, other: &TimelineTrackType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimelineTrackType
Auto Trait Implementations§
impl Freeze for TimelineTrackType
impl RefUnwindSafe for TimelineTrackType
impl Send for TimelineTrackType
impl Sync for TimelineTrackType
impl Unpin for TimelineTrackType
impl UnsafeUnpin for TimelineTrackType
impl UnwindSafe for TimelineTrackType
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