pub struct NtOpenProcessArgs {
pub handle: *mut HANDLE,
pub access: u32,
pub attributes: *mut OBJECT_ATTRIBUTES,
pub client_id: *mut ClientId,
}Fields§
§handle: *mut HANDLE§access: u32§attributes: *mut OBJECT_ATTRIBUTES§client_id: *mut ClientIdAuto Trait Implementations§
impl !Send for NtOpenProcessArgs
impl !Sync for NtOpenProcessArgs
impl Freeze for NtOpenProcessArgs
impl RefUnwindSafe for NtOpenProcessArgs
impl Unpin for NtOpenProcessArgs
impl UnsafeUnpin for NtOpenProcessArgs
impl UnwindSafe for NtOpenProcessArgs
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