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 Freeze for arg_hdr
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> 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,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)