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