pub(crate) struct MpvIpcEvent(pub(crate) Value);
Expand description
A deserialized and partially parsed event from mpv.
Tuple Fields§
§0: Value
Trait Implementations§
Source§impl Clone for MpvIpcEvent
impl Clone for MpvIpcEvent
Source§fn clone(&self) -> MpvIpcEvent
fn clone(&self) -> MpvIpcEvent
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for MpvIpcEvent
impl RefUnwindSafe for MpvIpcEvent
impl Send for MpvIpcEvent
impl Sync for MpvIpcEvent
impl Unpin for MpvIpcEvent
impl UnwindSafe for MpvIpcEvent
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