#[repr(C)]pub struct RangeDecoder {
pub cb: CircularBuffer,
pub member_position: c_ulonglong,
pub code: u32,
pub range: u32,
pub at_stream_end: bool,
pub reload_pending: bool,
}Fields§
§cb: CircularBuffer§member_position: c_ulonglong§code: u32§range: u32§at_stream_end: bool§reload_pending: boolTrait Implementations§
Source§impl Clone for RangeDecoder
impl Clone for RangeDecoder
Source§fn clone(&self) -> RangeDecoder
fn clone(&self) -> RangeDecoder
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 moreSource§impl Debug for RangeDecoder
impl Debug for RangeDecoder
impl Copy for RangeDecoder
Auto Trait Implementations§
impl Freeze for RangeDecoder
impl RefUnwindSafe for RangeDecoder
impl !Send for RangeDecoder
impl !Sync for RangeDecoder
impl Unpin for RangeDecoder
impl UnwindSafe for RangeDecoder
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