pub(crate) struct MpvIpcResponse(pub(crate) Result<Option<Value>, MpvError>);Expand description
MpvIpc’s response to a MpvIpcCommand.
Tuple Fields§
§0: Result<Option<Value>, MpvError>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MpvIpcResponse
impl !UnwindSafe for MpvIpcResponse
impl Freeze for MpvIpcResponse
impl Send for MpvIpcResponse
impl Sync for MpvIpcResponse
impl Unpin for MpvIpcResponse
impl UnsafeUnpin for MpvIpcResponse
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