#[repr(C)]pub struct RTL_USER_PROCESS_PARAMETERS {
pub Reserved1: [u8; 16],
pub Reserved2: [*mut c_void; 10],
pub ImagePathName: UNICODE_STRING,
pub CommandLine: UNICODE_STRING,
}Fields§
§Reserved1: [u8; 16]§Reserved2: [*mut c_void; 10]§ImagePathName: UNICODE_STRING§CommandLine: UNICODE_STRINGTrait Implementations§
Source§impl Abi for RTL_USER_PROCESS_PARAMETERS
impl Abi for RTL_USER_PROCESS_PARAMETERS
Source§type Abi = RTL_USER_PROCESS_PARAMETERS
type Abi = RTL_USER_PROCESS_PARAMETERS
The abi representation of the implementing type. Read more
type DefaultType = RTL_USER_PROCESS_PARAMETERS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for RTL_USER_PROCESS_PARAMETERS
impl Clone for RTL_USER_PROCESS_PARAMETERS
Source§fn clone(&self) -> RTL_USER_PROCESS_PARAMETERS
fn clone(&self) -> RTL_USER_PROCESS_PARAMETERS
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RTL_USER_PROCESS_PARAMETERS
Source§impl Debug for RTL_USER_PROCESS_PARAMETERS
impl Debug for RTL_USER_PROCESS_PARAMETERS
impl Eq for RTL_USER_PROCESS_PARAMETERS
Auto Trait Implementations§
impl !Send for RTL_USER_PROCESS_PARAMETERS
impl !Sync for RTL_USER_PROCESS_PARAMETERS
impl Freeze for RTL_USER_PROCESS_PARAMETERS
impl RefUnwindSafe for RTL_USER_PROCESS_PARAMETERS
impl Unpin for RTL_USER_PROCESS_PARAMETERS
impl UnsafeUnpin for RTL_USER_PROCESS_PARAMETERS
impl UnwindSafe for RTL_USER_PROCESS_PARAMETERS
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