#[repr(C)]pub struct IProcessLock {
pub lpVtbl: *mut IProcessLockVtbl,
}
Fields§
§lpVtbl: *mut IProcessLockVtbl
Trait Implementations§
Source§impl Clone for IProcessLock
impl Clone for IProcessLock
Source§fn clone(&self) -> IProcessLock
fn clone(&self) -> IProcessLock
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 moreSource§impl Debug for IProcessLock
impl Debug for IProcessLock
Source§impl Ord for IProcessLock
impl Ord for IProcessLock
Source§fn cmp(&self, other: &IProcessLock) -> Ordering
fn cmp(&self, other: &IProcessLock) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IProcessLock
impl PartialEq for IProcessLock
Source§impl PartialOrd for IProcessLock
impl PartialOrd for IProcessLock
impl Copy for IProcessLock
impl Eq for IProcessLock
impl StructuralPartialEq for IProcessLock
Auto Trait Implementations§
impl Freeze for IProcessLock
impl RefUnwindSafe for IProcessLock
impl !Send for IProcessLock
impl !Sync for IProcessLock
impl Unpin for IProcessLock
impl UnwindSafe for IProcessLock
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