pub struct GetPlaybackRateCommand {}Available on crate features
experimental and Animation and Runtime and DOM only.Expand description
Gets the playback rate of the document timeline.
Implementations§
Trait Implementations§
Source§impl Clone for GetPlaybackRateCommand
impl Clone for GetPlaybackRateCommand
Source§fn clone(&self) -> GetPlaybackRateCommand
fn clone(&self) -> GetPlaybackRateCommand
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 Command for GetPlaybackRateCommand
impl Command for GetPlaybackRateCommand
Source§impl Debug for GetPlaybackRateCommand
impl Debug for GetPlaybackRateCommand
Source§impl Default for GetPlaybackRateCommand
impl Default for GetPlaybackRateCommand
Source§fn default() -> GetPlaybackRateCommand
fn default() -> GetPlaybackRateCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetPlaybackRateCommand
impl<'de> Deserialize<'de> for GetPlaybackRateCommand
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
Auto Trait Implementations§
impl Freeze for GetPlaybackRateCommand
impl RefUnwindSafe for GetPlaybackRateCommand
impl Send for GetPlaybackRateCommand
impl Sync for GetPlaybackRateCommand
impl Unpin for GetPlaybackRateCommand
impl UnwindSafe for GetPlaybackRateCommand
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