#[repr(C)]pub struct arg_end {
pub hdr: arg_hdr,
pub count: i32,
pub error: *mut i32,
pub parent: *mut *mut c_void,
pub argval: *mut *const u8,
}
Fields§
§hdr: arg_hdr
§count: i32
§error: *mut i32
§parent: *mut *mut c_void
§argval: *mut *const u8
Trait Implementations§
impl Copy for arg_end
Auto Trait Implementations§
impl Freeze for arg_end
impl RefUnwindSafe for arg_end
impl !Send for arg_end
impl !Sync for arg_end
impl Unpin for arg_end
impl UnwindSafe for arg_end
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)