#[repr(C)]pub struct H264PredWeights { /* private fields */ }
Trait Implementations§
Source§impl Clone for H264PredWeights
impl Clone for H264PredWeights
Source§fn clone(&self) -> H264PredWeights
fn clone(&self) -> H264PredWeights
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 H264PredWeights
impl Debug for H264PredWeights
Source§impl IsPlainCtrlData for H264PredWeights
impl IsPlainCtrlData for H264PredWeights
impl Copy for H264PredWeights
Auto Trait Implementations§
impl Freeze for H264PredWeights
impl RefUnwindSafe for H264PredWeights
impl Send for H264PredWeights
impl Sync for H264PredWeights
impl Unpin for H264PredWeights
impl UnwindSafe for H264PredWeights
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> MutValue<ExtControl> for Twhere
T: IsPlainCtrlData,
impl<T> MutValue<ExtControl> for Twhere
T: IsPlainCtrlData,
Source§fn try_mut<'a>(
data: &'a mut ExtControl,
ctrl: &QueryExtCtrl,
) -> Option<&'a mut T>
fn try_mut<'a>( data: &'a mut ExtControl, ctrl: &QueryExtCtrl, ) -> Option<&'a mut T>
Get mutable reference to value
Source§impl<T> RefValue<ExtControl> for Twhere
T: IsPlainCtrlData,
impl<T> RefValue<ExtControl> for Twhere
T: IsPlainCtrlData,
Source§fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a T>
fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a T>
Get reference to value