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