#[repr(C)]pub struct vpx_codec_cx_pkt {
pub kind: vpx_codec_cx_pkt_kind,
pub data: vpx_codec_cx_pkt__bindgen_ty_1,
}Fields§
§kind: vpx_codec_cx_pkt_kind§data: vpx_codec_cx_pkt__bindgen_ty_1Trait Implementations§
Source§impl Clone for vpx_codec_cx_pkt
impl Clone for vpx_codec_cx_pkt
Source§fn clone(&self) -> vpx_codec_cx_pkt
fn clone(&self) -> vpx_codec_cx_pkt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vpx_codec_cx_pkt
Auto Trait Implementations§
impl !Send for vpx_codec_cx_pkt
impl !Sync for vpx_codec_cx_pkt
impl Freeze for vpx_codec_cx_pkt
impl RefUnwindSafe for vpx_codec_cx_pkt
impl Unpin for vpx_codec_cx_pkt
impl UnsafeUnpin for vpx_codec_cx_pkt
impl UnwindSafe for vpx_codec_cx_pkt
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