#[repr(C)]pub struct JLSState {Show 16 fields
pub T1: c_int,
pub T2: c_int,
pub T3: c_int,
pub A: [c_int; 367],
pub B: [c_int; 367],
pub C: [c_int; 365],
pub N: [c_int; 367],
pub limit: c_int,
pub reset: c_int,
pub bpp: c_int,
pub qbpp: c_int,
pub maxval: c_int,
pub range: c_int,
pub near: c_int,
pub twonear: c_int,
pub run_index: [c_int; 4],
}
Fields§
§T1: c_int
§T2: c_int
§T3: c_int
§A: [c_int; 367]
§B: [c_int; 367]
§C: [c_int; 365]
§N: [c_int; 367]
§limit: c_int
§reset: c_int
§bpp: c_int
§qbpp: c_int
§maxval: c_int
§range: c_int
§near: c_int
§twonear: c_int
§run_index: [c_int; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JLSState
impl RefUnwindSafe for JLSState
impl Send for JLSState
impl Sync for JLSState
impl Unpin for JLSState
impl UnwindSafe for JLSState
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