pub struct PlaybackStarted {
pub playback: Playback,
}Expand description
Event showing the start of a media playback operation.
Fields§
§playback: PlaybackTrait Implementations§
Source§impl Clone for PlaybackStarted
impl Clone for PlaybackStarted
Source§fn clone(&self) -> PlaybackStarted
fn clone(&self) -> PlaybackStarted
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 PlaybackStarted
impl Debug for PlaybackStarted
Source§impl Default for PlaybackStarted
impl Default for PlaybackStarted
Source§fn default() -> PlaybackStarted
fn default() -> PlaybackStarted
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlaybackStarted
impl<'de> Deserialize<'de> for PlaybackStarted
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 PlaybackStarted
impl PartialEq for PlaybackStarted
impl StructuralPartialEq for PlaybackStarted
Auto Trait Implementations§
impl Freeze for PlaybackStarted
impl RefUnwindSafe for PlaybackStarted
impl Send for PlaybackStarted
impl Sync for PlaybackStarted
impl Unpin for PlaybackStarted
impl UnwindSafe for PlaybackStarted
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