#[repr(C)]pub struct basic_aux {
pub argc: usize,
pub args: *mut *mut c_char,
pub env: *mut *mut c_char,
}
Expand description
Basic OS information provided to rust libstd
Fields§
§argc: usize
Number of arguments
args: *mut *mut c_char
Pointer to args
env: *mut *mut c_char
Environment pointer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for basic_aux
impl RefUnwindSafe for basic_aux
impl !Send for basic_aux
impl !Sync for basic_aux
impl Unpin for basic_aux
impl UnwindSafe for basic_aux
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§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
)