pub struct AnimationSequence { /* private fields */ }Expand description
An ordered sequence of animations for a slide.
Implementations§
Source§impl AnimationSequence
impl AnimationSequence
Sourcepub fn to_xml_string(&self) -> String
pub fn to_xml_string(&self) -> String
Generate the <p:timing> XML block for the entire sequence.
Returns an empty string when the sequence is empty.
Source§impl AnimationSequence
impl AnimationSequence
Sourcepub fn add(&mut self, animation: SlideAnimation)
pub fn add(&mut self, animation: SlideAnimation)
Append an animation to the sequence.
Trait Implementations§
Source§impl Clone for AnimationSequence
impl Clone for AnimationSequence
Source§fn clone(&self) -> AnimationSequence
fn clone(&self) -> AnimationSequence
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 AnimationSequence
impl Debug for AnimationSequence
Source§impl Default for AnimationSequence
Creates an empty animation sequence with no effects.
impl Default for AnimationSequence
Creates an empty animation sequence with no effects.
Source§impl PartialEq for AnimationSequence
impl PartialEq for AnimationSequence
impl Eq for AnimationSequence
impl StructuralPartialEq for AnimationSequence
Auto Trait Implementations§
impl Freeze for AnimationSequence
impl RefUnwindSafe for AnimationSequence
impl Send for AnimationSequence
impl Sync for AnimationSequence
impl Unpin for AnimationSequence
impl UnsafeUnpin for AnimationSequence
impl UnwindSafe for AnimationSequence
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.