#[repr(C)]pub struct jbg_ardec_state {
pub st: [c_uchar; 4096],
pub c: c_ulong,
pub a: c_ulong,
pub pscd_ptr: *mut c_uchar,
pub pscd_end: *mut c_uchar,
pub ct: c_int,
pub startup: c_int,
pub nopadding: c_int,
}Fields§
§st: [c_uchar; 4096]§c: c_ulong§a: c_ulong§pscd_ptr: *mut c_uchar§pscd_end: *mut c_uchar§ct: c_int§startup: c_int§nopadding: c_intTrait Implementations§
Source§impl Clone for jbg_ardec_state
impl Clone for jbg_ardec_state
Source§fn clone(&self) -> jbg_ardec_state
fn clone(&self) -> jbg_ardec_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_ardec_state
impl Debug for jbg_ardec_state
impl Copy for jbg_ardec_state
Auto Trait Implementations§
impl Freeze for jbg_ardec_state
impl RefUnwindSafe for jbg_ardec_state
impl !Send for jbg_ardec_state
impl !Sync for jbg_ardec_state
impl Unpin for jbg_ardec_state
impl UnwindSafe for jbg_ardec_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