#[repr(C)]pub struct VmafModelConfig {
pub name: *const c_char,
pub flags: u64,
}Fields§
§name: *const c_char§flags: u64Trait Implementations§
Source§impl Clone for VmafModelConfig
impl Clone for VmafModelConfig
Source§fn clone(&self) -> VmafModelConfig
fn clone(&self) -> VmafModelConfig
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 VmafModelConfig
impl Debug for VmafModelConfig
impl Copy for VmafModelConfig
Auto Trait Implementations§
impl Freeze for VmafModelConfig
impl RefUnwindSafe for VmafModelConfig
impl !Send for VmafModelConfig
impl !Sync for VmafModelConfig
impl Unpin for VmafModelConfig
impl UnwindSafe for VmafModelConfig
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