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