#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VmafModelConfig
Auto Trait Implementations§
impl !Send for VmafModelConfig
impl !Sync for VmafModelConfig
impl Freeze for VmafModelConfig
impl RefUnwindSafe for VmafModelConfig
impl Unpin for VmafModelConfig
impl UnsafeUnpin 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