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