pub struct VmafModel { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for VmafModel
impl RefUnwindSafe for VmafModel
impl Send for VmafModel
impl Sync for VmafModel
impl Unpin for VmafModel
impl UnwindSafe for VmafModel
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