#[repr(C)]pub struct VmafModelCollectionScore {
pub type_: VmafModelCollectionScoreType,
pub bootstrap: VmafModelCollectionScore__bindgen_ty_1,
}Fields§
§type_: VmafModelCollectionScoreType§bootstrap: VmafModelCollectionScore__bindgen_ty_1Trait Implementations§
Source§impl Clone for VmafModelCollectionScore
impl Clone for VmafModelCollectionScore
Source§fn clone(&self) -> VmafModelCollectionScore
fn clone(&self) -> VmafModelCollectionScore
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 VmafModelCollectionScore
impl Debug for VmafModelCollectionScore
impl Copy for VmafModelCollectionScore
Auto Trait Implementations§
impl Freeze for VmafModelCollectionScore
impl RefUnwindSafe for VmafModelCollectionScore
impl Send for VmafModelCollectionScore
impl Sync for VmafModelCollectionScore
impl Unpin for VmafModelCollectionScore
impl UnwindSafe for VmafModelCollectionScore
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