#[repr(C)]pub struct lex_stack {Show 13 fields
pub dbparens: c_int,
pub isfirstln: c_int,
pub isfirstch: c_int,
pub lexflags: c_int,
pub tok: lextok,
pub tokstr: *mut c_char,
pub zshlextext: *mut c_char,
pub lexbuf: lexbufstate,
pub lex_add_raw: c_int,
pub tokstr_raw: *mut c_char,
pub lexbuf_raw: lexbufstate,
pub lexstop: c_int,
pub toklineno: zlong,
}
Fields§
§dbparens: c_int
§isfirstln: c_int
§isfirstch: c_int
§lexflags: c_int
§tok: lextok
§tokstr: *mut c_char
§zshlextext: *mut c_char
§lexbuf: lexbufstate
§lex_add_raw: c_int
§tokstr_raw: *mut c_char
§lexbuf_raw: lexbufstate
§lexstop: c_int
§toklineno: zlong
Trait Implementations§
Auto Trait Implementations§
impl Freeze for lex_stack
impl RefUnwindSafe for lex_stack
impl !Send for lex_stack
impl !Sync for lex_stack
impl Unpin for lex_stack
impl UnwindSafe for lex_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