#[repr(C)]pub struct GetBitContext {
pub buffer: *const u8,
pub buffer_end: *const u8,
pub index: c_int,
pub size_in_bits: c_int,
pub size_in_bits_plus8: c_int,
}
Fields§
§buffer: *const u8
§buffer_end: *const u8
§index: c_int
§size_in_bits: c_int
§size_in_bits_plus8: c_int
Trait Implementations§
Source§impl Clone for GetBitContext
impl Clone for GetBitContext
Source§fn clone(&self) -> GetBitContext
fn clone(&self) -> GetBitContext
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 GetBitContext
impl Debug for GetBitContext
impl Copy for GetBitContext
Auto Trait Implementations§
impl Freeze for GetBitContext
impl RefUnwindSafe for GetBitContext
impl !Send for GetBitContext
impl !Sync for GetBitContext
impl Unpin for GetBitContext
impl UnwindSafe for GetBitContext
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