pub struct TextFxPhase {
pub effect: Option<TextFxEffect>,
pub timing: Option<TextFxPhaseTiming>,
pub split: Option<TextSplit>,
pub direction: Option<TextFxDirection>,
pub playback: Option<TextFxPlayback>,
}Fields§
§effect: Option<TextFxEffect>§timing: Option<TextFxPhaseTiming>§split: Option<TextSplit>§direction: Option<TextFxDirection>§playback: Option<TextFxPlayback>Implementations§
Source§impl TextFxPhase
impl TextFxPhase
Trait Implementations§
Source§impl Clone for TextFxPhase
impl Clone for TextFxPhase
Source§fn clone(&self) -> TextFxPhase
fn clone(&self) -> TextFxPhase
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 moreSource§impl Debug for TextFxPhase
impl Debug for TextFxPhase
Source§impl Default for TextFxPhase
impl Default for TextFxPhase
Source§fn default() -> TextFxPhase
fn default() -> TextFxPhase
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextFxPhase
impl<'de> Deserialize<'de> for TextFxPhase
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
Source§impl PartialEq for TextFxPhase
impl PartialEq for TextFxPhase
Source§fn eq(&self, other: &TextFxPhase) -> bool
fn eq(&self, other: &TextFxPhase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxPhase
impl Serialize for TextFxPhase
impl StructuralPartialEq for TextFxPhase
Auto Trait Implementations§
impl Freeze for TextFxPhase
impl RefUnwindSafe for TextFxPhase
impl Send for TextFxPhase
impl Sync for TextFxPhase
impl Unpin for TextFxPhase
impl UnsafeUnpin for TextFxPhase
impl UnwindSafe for TextFxPhase
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