#[repr(C)]pub struct WinProc {
pub process: u64,
pub physProcess: u64,
pub dirBase: u64,
pub pid: u64,
pub name: *mut i8,
}Fields§
§process: u64§physProcess: u64§dirBase: u64§pid: u64§name: *mut i8Trait Implementations§
impl Copy for WinProc
impl Send for WinProc
impl Sync for WinProc
Auto Trait Implementations§
impl Freeze for WinProc
impl RefUnwindSafe for WinProc
impl Unpin for WinProc
impl UnwindSafe for WinProc
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