#[repr(C)]pub struct RM_UNIQUE_PROCESS {
pub dwProcessId: DWORD,
pub ProcessStartTime: FILETIME,
}
Fields§
§dwProcessId: DWORD
§ProcessStartTime: FILETIME
Trait Implementations§
Source§impl Clone for RM_UNIQUE_PROCESS
impl Clone for RM_UNIQUE_PROCESS
Source§fn clone(&self) -> RM_UNIQUE_PROCESS
fn clone(&self) -> RM_UNIQUE_PROCESS
Returns a duplicate 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 moreSource§impl Default for RM_UNIQUE_PROCESS
impl Default for RM_UNIQUE_PROCESS
Source§fn default() -> RM_UNIQUE_PROCESS
fn default() -> RM_UNIQUE_PROCESS
Returns the “default value” for a type. Read more
impl Copy for RM_UNIQUE_PROCESS
Auto Trait Implementations§
impl Freeze for RM_UNIQUE_PROCESS
impl RefUnwindSafe for RM_UNIQUE_PROCESS
impl Send for RM_UNIQUE_PROCESS
impl Sync for RM_UNIQUE_PROCESS
impl Unpin for RM_UNIQUE_PROCESS
impl UnwindSafe for RM_UNIQUE_PROCESS
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