#[repr(C)]pub struct hist_stack {Show 20 fields
pub histactive: c_int,
pub histdone: c_int,
pub stophist: c_int,
pub hlinesz: c_int,
pub defev: zlong,
pub hline: *mut c_char,
pub hptr: *mut c_char,
pub chwords: *mut c_short,
pub chwordlen: c_int,
pub chwordpos: c_int,
pub hgetc: Option<unsafe extern "C" fn() -> c_int>,
pub hungetc: Option<unsafe extern "C" fn(arg1: c_int)>,
pub hwaddc: Option<unsafe extern "C" fn(arg1: c_int)>,
pub hwbegin: Option<unsafe extern "C" fn(arg1: c_int)>,
pub hwabort: Option<unsafe extern "C" fn()>,
pub hwend: Option<unsafe extern "C" fn()>,
pub addtoline: Option<unsafe extern "C" fn(arg1: c_int)>,
pub cstack: *mut c_uchar,
pub csp: c_int,
pub hist_keep_comment: c_int,
}Fields§
§histactive: c_int§histdone: c_int§stophist: c_int§hlinesz: c_int§defev: zlong§hline: *mut c_char§hptr: *mut c_char§chwords: *mut c_short§chwordlen: c_int§chwordpos: c_int§hgetc: Option<unsafe extern "C" fn() -> c_int>§hungetc: Option<unsafe extern "C" fn(arg1: c_int)>§hwaddc: Option<unsafe extern "C" fn(arg1: c_int)>§hwbegin: Option<unsafe extern "C" fn(arg1: c_int)>§hwabort: Option<unsafe extern "C" fn()>§hwend: Option<unsafe extern "C" fn()>§addtoline: Option<unsafe extern "C" fn(arg1: c_int)>§cstack: *mut c_uchar§csp: c_int§hist_keep_comment: c_intTrait Implementations§
Source§impl Clone for hist_stack
impl Clone for hist_stack
Source§fn clone(&self) -> hist_stack
fn clone(&self) -> hist_stack
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 hist_stack
impl Debug for hist_stack
impl Copy for hist_stack
Auto Trait Implementations§
impl Freeze for hist_stack
impl RefUnwindSafe for hist_stack
impl !Send for hist_stack
impl !Sync for hist_stack
impl Unpin for hist_stack
impl UnwindSafe for hist_stack
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