Struct esp_idf_sys::arg_hdr
source · [−]#[repr(C)]pub struct arg_hdr {Show 13 fields
pub flag: c_char,
pub shortopts: *const c_char,
pub longopts: *const c_char,
pub datatype: *const c_char,
pub glossary: *const c_char,
pub mincount: c_int,
pub maxcount: c_int,
pub parent: *mut c_void,
pub resetfn: arg_resetfn,
pub scanfn: arg_scanfn,
pub checkfn: arg_checkfn,
pub errorfn: arg_errorfn,
pub priv_: *mut c_void,
}
Fields
flag: c_char
shortopts: *const c_char
longopts: *const c_char
datatype: *const c_char
glossary: *const c_char
mincount: c_int
maxcount: c_int
parent: *mut c_void
resetfn: arg_resetfn
scanfn: arg_scanfn
checkfn: arg_checkfn
errorfn: arg_errorfn
priv_: *mut c_void
Trait Implementations
impl Copy for arg_hdr
Auto Trait Implementations
impl RefUnwindSafe for arg_hdr
impl !Send for arg_hdr
impl !Sync for arg_hdr
impl Unpin for arg_hdr
impl UnwindSafe for arg_hdr
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more