#[repr(C)]pub struct IBlockingLock {
pub lpVtbl: *mut IBlockingLockVtbl,
}
Fields§
§lpVtbl: *mut IBlockingLockVtbl
Trait Implementations§
Source§impl Clone for IBlockingLock
impl Clone for IBlockingLock
Source§fn clone(&self) -> IBlockingLock
fn clone(&self) -> IBlockingLock
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 IBlockingLock
impl Debug for IBlockingLock
Source§impl Ord for IBlockingLock
impl Ord for IBlockingLock
Source§fn cmp(&self, other: &IBlockingLock) -> Ordering
fn cmp(&self, other: &IBlockingLock) -> 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 IBlockingLock
impl PartialEq for IBlockingLock
Source§impl PartialOrd for IBlockingLock
impl PartialOrd for IBlockingLock
impl Copy for IBlockingLock
impl Eq for IBlockingLock
impl StructuralPartialEq for IBlockingLock
Auto Trait Implementations§
impl Freeze for IBlockingLock
impl RefUnwindSafe for IBlockingLock
impl !Send for IBlockingLock
impl !Sync for IBlockingLock
impl Unpin for IBlockingLock
impl UnwindSafe for IBlockingLock
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