Struct THREADENTRY32
#[repr(C)]pub struct THREADENTRY32 {
pub dwSize: u32,
pub cntUsage: u32,
pub th32ThreadID: u32,
pub th32OwnerProcessID: u32,
pub tpBasePri: i32,
pub tpDeltaPri: i32,
pub dwFlags: u32,
}
Fields§
§dwSize: u32
§cntUsage: u32
§th32ThreadID: u32
§th32OwnerProcessID: u32
§tpBasePri: i32
§tpDeltaPri: i32
§dwFlags: u32
Trait Implementations§
§impl Clone for THREADENTRY32
impl Clone for THREADENTRY32
§fn clone(&self) -> THREADENTRY32
fn clone(&self) -> THREADENTRY32
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for THREADENTRY32
Auto Trait Implementations§
impl Freeze for THREADENTRY32
impl RefUnwindSafe for THREADENTRY32
impl Send for THREADENTRY32
impl Sync for THREADENTRY32
impl Unpin for THREADENTRY32
impl UnwindSafe for THREADENTRY32
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