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