Struct linux_video_core::H264DecodeParams
source · #[repr(C)]pub struct H264DecodeParams { /* private fields */ }
Trait Implementations§
source§impl Clone for H264DecodeParams
impl Clone for H264DecodeParams
source§fn clone(&self) -> H264DecodeParams
fn clone(&self) -> H264DecodeParams
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 H264DecodeParams
impl Debug for H264DecodeParams
source§impl IsPlainCtrlData for H264DecodeParams
impl IsPlainCtrlData for H264DecodeParams
impl Copy for H264DecodeParams
Auto Trait Implementations§
impl RefUnwindSafe for H264DecodeParams
impl Send for H264DecodeParams
impl Sync for H264DecodeParams
impl Unpin for H264DecodeParams
impl UnwindSafe for H264DecodeParams
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> 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