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