#[repr(C)]pub struct IWaitMultiple {
pub lpVtbl: *mut IWaitMultipleVtbl,
}Fields§
§lpVtbl: *mut IWaitMultipleVtblTrait Implementations§
Source§impl Clone for IWaitMultiple
impl Clone for IWaitMultiple
Source§fn clone(&self) -> IWaitMultiple
fn clone(&self) -> IWaitMultiple
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IWaitMultiple
Auto Trait Implementations§
impl !Send for IWaitMultiple
impl !Sync for IWaitMultiple
impl Freeze for IWaitMultiple
impl RefUnwindSafe for IWaitMultiple
impl Unpin for IWaitMultiple
impl UnsafeUnpin 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