#[repr(C)]pub struct H264WeightFactors { /* private fields */ }
Trait Implementations§
Source§impl Clone for H264WeightFactors
impl Clone for H264WeightFactors
Source§fn clone(&self) -> H264WeightFactors
fn clone(&self) -> H264WeightFactors
Returns a copy 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 H264WeightFactors
impl Debug for H264WeightFactors
impl Copy for H264WeightFactors
Auto Trait Implementations§
impl Freeze for H264WeightFactors
impl RefUnwindSafe for H264WeightFactors
impl Send for H264WeightFactors
impl Sync for H264WeightFactors
impl Unpin for H264WeightFactors
impl UnwindSafe for H264WeightFactors
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