Struct ntapi::ntpsapi::THREAD_LAST_SYSCALL_INFORMATION
source · [−]#[repr(C)]pub struct THREAD_LAST_SYSCALL_INFORMATION {
pub FirstArgument: PVOID,
pub SystemCallNumber: USHORT,
pub Pad: [USHORT; 1],
pub WaitTime: ULONG64,
}
Fields
FirstArgument: PVOID
SystemCallNumber: USHORT
Pad: [USHORT; 1]
WaitTime: ULONG64
Trait Implementations
sourceimpl Clone for THREAD_LAST_SYSCALL_INFORMATION
impl Clone for THREAD_LAST_SYSCALL_INFORMATION
sourcefn clone(&self) -> THREAD_LAST_SYSCALL_INFORMATION
fn clone(&self) -> THREAD_LAST_SYSCALL_INFORMATION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for THREAD_LAST_SYSCALL_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for THREAD_LAST_SYSCALL_INFORMATION
impl !Send for THREAD_LAST_SYSCALL_INFORMATION
impl !Sync for THREAD_LAST_SYSCALL_INFORMATION
impl Unpin for THREAD_LAST_SYSCALL_INFORMATION
impl UnwindSafe for THREAD_LAST_SYSCALL_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more