jbg_dec_state

Struct jbg_dec_state 

Source
#[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_int

Trait Implementations§

Source§

impl Clone for jbg_dec_state

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for jbg_dec_state

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for jbg_dec_state

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.