#[repr(C)]pub struct CmdArgs {
pub arg_str: *const c_char,
pub arg_uint: c_ulong,
pub arg_ptr: *mut c_void,
pub arg_int: c_long,
pub arg_bool: bool,
}Fields§
§arg_str: *const c_char§arg_uint: c_ulong§arg_ptr: *mut c_void§arg_int: c_long§arg_bool: boolTrait Implementations§
Auto Trait Implementations§
impl !Send for CmdArgs
impl !Sync for CmdArgs
impl Freeze for CmdArgs
impl RefUnwindSafe for CmdArgs
impl Unpin for CmdArgs
impl UnsafeUnpin for CmdArgs
impl UnwindSafe for CmdArgs
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, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§impl<T> Init<T> for T
impl<T> Init<T> for T
§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes
slot. Read more