Struct mpv_client::ClientMessage
source · pub struct ClientMessage(/* private fields */);
Expand description
Data associated with Event::ClientMessage
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ClientMessage
impl !Send for ClientMessage
impl !Sync for ClientMessage
impl Unpin for ClientMessage
impl UnwindSafe for ClientMessage
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