#[repr(C)]pub struct jbg_dec_state {Show 39 fields
pub d: c_int,
pub dl: c_int,
pub xd: c_ulong,
pub yd: c_ulong,
pub planes: c_int,
pub l0: c_ulong,
pub stripes: c_ulong,
pub order: c_int,
pub options: c_int,
pub mx: c_int,
pub my: c_int,
pub dppriv: *mut c_char,
pub ii: [c_ulong; 3],
pub lhp: [*mut *mut c_uchar; 2],
pub tx: *mut *mut c_int,
pub ty: *mut *mut c_int,
pub s: *mut *mut jbg_ardec_state,
pub reset: *mut *mut c_int,
pub bie_len: c_ulong,
pub buffer: [c_uchar; 20],
pub buf_len: c_int,
pub comment_skip: c_ulong,
pub x: c_ulong,
pub i: c_ulong,
pub at_moves: c_int,
pub at_line: [c_ulong; 64],
pub at_tx: [c_int; 64],
pub at_ty: [c_int; 64],
pub line_h1: c_ulong,
pub line_h2: c_ulong,
pub line_h3: c_ulong,
pub line_l1: c_ulong,
pub line_l2: c_ulong,
pub line_l3: c_ulong,
pub pseudo: c_int,
pub lntp: *mut *mut c_int,
pub xmax: c_ulong,
pub ymax: c_ulong,
pub dmax: c_int,
}Fields§
§d: c_int§dl: c_int§xd: c_ulong§yd: c_ulong§planes: c_int§l0: c_ulong§stripes: c_ulong§order: c_int§options: c_int§mx: c_int§my: c_int§dppriv: *mut c_char§ii: [c_ulong; 3]§lhp: [*mut *mut c_uchar; 2]§tx: *mut *mut c_int§ty: *mut *mut c_int§s: *mut *mut jbg_ardec_state§reset: *mut *mut c_int§bie_len: c_ulong§buffer: [c_uchar; 20]§buf_len: c_int§comment_skip: c_ulong§x: c_ulong§i: c_ulong§at_moves: c_int§at_line: [c_ulong; 64]§at_tx: [c_int; 64]§at_ty: [c_int; 64]§line_h1: c_ulong§line_h2: c_ulong§line_h3: c_ulong§line_l1: c_ulong§line_l2: c_ulong§line_l3: c_ulong§pseudo: c_int§lntp: *mut *mut c_int§xmax: c_ulong§ymax: c_ulong§dmax: c_intTrait Implementations§
Source§impl Clone for jbg_dec_state
impl Clone for jbg_dec_state
Source§fn clone(&self) -> jbg_dec_state
fn clone(&self) -> jbg_dec_state
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 jbg_dec_state
impl Debug for jbg_dec_state
impl Copy for jbg_dec_state
Auto Trait Implementations§
impl Freeze for jbg_dec_state
impl RefUnwindSafe for jbg_dec_state
impl !Send for jbg_dec_state
impl !Sync for jbg_dec_state
impl Unpin for jbg_dec_state
impl UnwindSafe for jbg_dec_state
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