pub struct MpvSpawnOptions {
pub mpv_bin: Option<PathBuf>,
pub ipc_path: Option<PathBuf>,
pub config_dir: Option<PathBuf>,
}Fields§
§mpv_bin: Option<PathBuf>§ipc_path: Option<PathBuf>§config_dir: Option<PathBuf>Trait Implementations§
source§impl Default for MpvSpawnOptions
impl Default for MpvSpawnOptions
source§fn default() -> MpvSpawnOptions
fn default() -> MpvSpawnOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MpvSpawnOptions
impl RefUnwindSafe for MpvSpawnOptions
impl Send for MpvSpawnOptions
impl Sync for MpvSpawnOptions
impl Unpin for MpvSpawnOptions
impl UnwindSafe for MpvSpawnOptions
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