#[repr(C)]pub struct ko_longopt_t {
pub name: *mut c_char,
pub has_arg: c_int,
pub val: c_int,
}
Fields§
§name: *mut c_char
§has_arg: c_int
§val: c_int
Trait Implementations§
Source§impl Clone for ko_longopt_t
impl Clone for ko_longopt_t
Source§fn clone(&self) -> ko_longopt_t
fn clone(&self) -> ko_longopt_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ko_longopt_t
impl Debug for ko_longopt_t
impl Copy for ko_longopt_t
Auto Trait Implementations§
impl Freeze for ko_longopt_t
impl RefUnwindSafe for ko_longopt_t
impl !Send for ko_longopt_t
impl !Sync for ko_longopt_t
impl Unpin for ko_longopt_t
impl UnwindSafe for ko_longopt_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