#[repr(C)]pub struct getopt_s {
pub nextchar: *const c_char,
pub optarg: *const c_char,
pub optind: c_int,
pub opterr: c_int,
pub optopt: c_int,
}Fields§
§nextchar: *const c_char§optarg: *const c_char§optind: c_int§opterr: c_int§optopt: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for getopt_s
impl RefUnwindSafe for getopt_s
impl !Send for getopt_s
impl !Sync for getopt_s
impl Unpin for getopt_s
impl UnwindSafe for getopt_s
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