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