#[repr(C)]pub struct options {
pub ind: [c_uchar; 128],
pub args: *mut *mut c_char,
pub argscount: c_int,
pub argsalloc: c_int,
}Fields§
§ind: [c_uchar; 128]§args: *mut *mut c_char§argscount: c_int§argsalloc: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for options
impl RefUnwindSafe for options
impl !Send for options
impl !Sync for options
impl Unpin for options
impl UnwindSafe for options
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