#[repr(C)]pub struct arg_cmd_info {
    pub name: [u8; 100],
    pub description: [u8; 256],
    pub proc_: Option<unsafe extern "C" fn(_: i32, _: *mut *mut u8, _: *mut _internal_arg_dstr) -> i32>,
}Fields§
§name: [u8; 100]§description: [u8; 256]§proc_: Option<unsafe extern "C" fn(_: i32, _: *mut *mut u8, _: *mut _internal_arg_dstr) -> i32>Trait Implementations§
Source§impl Clone for arg_cmd_info
 
impl Clone for arg_cmd_info
Source§fn clone(&self) -> arg_cmd_info
 
fn clone(&self) -> arg_cmd_info
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for arg_cmd_info
 
impl Debug for arg_cmd_info
Source§impl Default for arg_cmd_info
 
impl Default for arg_cmd_info
Source§fn default() -> arg_cmd_info
 
fn default() -> arg_cmd_info
Returns the “default value” for a type. Read more
impl Copy for arg_cmd_info
Auto Trait Implementations§
impl Freeze for arg_cmd_info
impl RefUnwindSafe for arg_cmd_info
impl Send for arg_cmd_info
impl Sync for arg_cmd_info
impl Unpin for arg_cmd_info
impl UnwindSafe for arg_cmd_info
Blanket Implementations§
§impl<T> Any for Twhere
    T: 'static + ?Sized,
 
impl<T> Any for Twhere
    T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
    T: ?Sized,
 
impl<T> Borrow<T> for Twhere
    T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
 
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)