pub struct RtlUserProcessParameters32 {
pub reserved1: [u8; 16],
pub reserved2: [u32; 10],
pub image_path_name: UnicodeString,
pub command_line: UnicodeString,
}Fields§
§reserved1: [u8; 16]§reserved2: [u32; 10]§image_path_name: UnicodeString§command_line: UnicodeStringImplementations§
Trait Implementations§
Source§impl Debug for RtlUserProcessParameters32
impl Debug for RtlUserProcessParameters32
Auto Trait Implementations§
impl Freeze for RtlUserProcessParameters32
impl RefUnwindSafe for RtlUserProcessParameters32
impl Send for RtlUserProcessParameters32
impl Sync for RtlUserProcessParameters32
impl Unpin for RtlUserProcessParameters32
impl UnwindSafe for RtlUserProcessParameters32
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