#[repr(C)]pub struct r_cmd_t {
pub data: *mut c_void,
pub nullcallback: RCmdNullCb,
pub cmds: [*mut RCmdItem; 255],
pub macro_: RCmdMacro,
pub lcmds: *mut RList,
pub plist: *mut RList,
pub aliases: RCmdAlias,
pub language: *mut c_void,
pub ts_symbols_ht: *mut HtUP,
pub root_cmd_desc: *mut RCmdDesc,
pub ht_cmds: *mut HtPP,
}
Fields§
§data: *mut c_void
§nullcallback: RCmdNullCb
§cmds: [*mut RCmdItem; 255]
§macro_: RCmdMacro
§lcmds: *mut RList
§plist: *mut RList
§aliases: RCmdAlias
§language: *mut c_void
§ts_symbols_ht: *mut HtUP
§root_cmd_desc: *mut RCmdDesc
§ht_cmds: *mut HtPP
Trait Implementations§
Auto Trait Implementations§
impl Freeze for r_cmd_t
impl RefUnwindSafe for r_cmd_t
impl !Send for r_cmd_t
impl !Sync for r_cmd_t
impl Unpin for r_cmd_t
impl UnwindSafe for r_cmd_t
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