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