pub struct VmafContext { /* private fields */ }Trait Implementations§
Source§impl Clone for VmafContext
impl Clone for VmafContext
Source§fn clone(&self) -> VmafContext
fn clone(&self) -> VmafContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VmafContext
impl Debug for VmafContext
impl Copy for VmafContext
Auto Trait Implementations§
impl Freeze for VmafContext
impl RefUnwindSafe for VmafContext
impl Send for VmafContext
impl Sync for VmafContext
impl Unpin for VmafContext
impl UnwindSafe for VmafContext
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