pub struct NtCreateThreadExArgs {
pub thread: *mut HANDLE,
pub access: u32,
pub attributes: *mut OBJECT_ATTRIBUTES,
pub process: HANDLE,
}Fields§
§thread: *mut HANDLE§access: u32§attributes: *mut OBJECT_ATTRIBUTES§process: HANDLEAuto Trait Implementations§
impl !Send for NtCreateThreadExArgs
impl !Sync for NtCreateThreadExArgs
impl Freeze for NtCreateThreadExArgs
impl RefUnwindSafe for NtCreateThreadExArgs
impl Unpin for NtCreateThreadExArgs
impl UnsafeUnpin for NtCreateThreadExArgs
impl UnwindSafe for NtCreateThreadExArgs
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