Struct getargv_sys::ArgvResult
source · #[repr(C)]pub struct ArgvResult {
pub buffer: *mut c_char,
pub start_pointer: *mut c_char,
pub end_pointer: *mut c_char,
}Fields
buffer: *mut c_charstart_pointer: *mut c_charend_pointer: *mut c_charTrait Implementations
sourceimpl Clone for ArgvResult
impl Clone for ArgvResult
sourcefn clone(&self) -> ArgvResult
fn clone(&self) -> ArgvResult
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 ArgvResult
impl Debug for ArgvResult
impl Copy for ArgvResult
Auto Trait Implementations
impl RefUnwindSafe for ArgvResult
impl !Send for ArgvResult
impl !Sync for ArgvResult
impl Unpin for ArgvResult
impl UnwindSafe for ArgvResult
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