Struct getargv_sys::ArgvArgcResult
source · #[repr(C)]pub struct ArgvArgcResult {
pub buffer: *mut c_char,
pub argc: uint,
pub argv: *mut *mut c_char,
}Fields
buffer: *mut c_charargc: uintargv: *mut *mut c_charTrait Implementations
sourceimpl Clone for ArgvArgcResult
impl Clone for ArgvArgcResult
sourcefn clone(&self) -> ArgvArgcResult
fn clone(&self) -> ArgvArgcResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ArgvArgcResult
impl Debug for ArgvArgcResult
impl Copy for ArgvArgcResult
Auto Trait Implementations
impl RefUnwindSafe for ArgvArgcResult
impl !Send for ArgvArgcResult
impl !Sync for ArgvArgcResult
impl Unpin for ArgvArgcResult
impl UnwindSafe for ArgvArgcResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more