#[repr(C)]pub struct h264_bitstream {
pub __bindgen_anon_1: h264_bitstream__bindgen_ty_1,
pub len: usize,
pub off: usize,
pub cache: u8,
pub cachebits: u8,
pub emulation_prevention: c_int,
pub dynamic: c_int,
pub priv_: *mut c_void,
}Fields§
§__bindgen_anon_1: h264_bitstream__bindgen_ty_1§len: usize§off: usize§cache: u8§cachebits: u8§emulation_prevention: c_int§dynamic: c_int§priv_: *mut c_voidTrait Implementations§
Source§impl Clone for h264_bitstream
impl Clone for h264_bitstream
Source§fn clone(&self) -> h264_bitstream
fn clone(&self) -> h264_bitstream
Returns a duplicate 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 moreimpl Copy for h264_bitstream
Auto Trait Implementations§
impl Freeze for h264_bitstream
impl RefUnwindSafe for h264_bitstream
impl !Send for h264_bitstream
impl !Sync for h264_bitstream
impl Unpin for h264_bitstream
impl UnwindSafe for h264_bitstream
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