pub struct MediaPath { /* private fields */ }
Expand description
Input or output file/URL
Implementations§
Trait Implementations§
impl Eq for MediaPath
impl StructuralPartialEq for MediaPath
Auto Trait Implementations§
impl Freeze for MediaPath
impl RefUnwindSafe for MediaPath
impl Send for MediaPath
impl Sync for MediaPath
impl Unpin for MediaPath
impl UnwindSafe for MediaPath
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