Struct vc6_sys::IAsyncSetup
source · #[repr(C)]pub struct IAsyncSetup {
pub lpVtbl: *mut IAsyncSetupVtbl,
}Fields§
§lpVtbl: *mut IAsyncSetupVtblTrait Implementations§
source§impl Clone for IAsyncSetup
impl Clone for IAsyncSetup
source§fn clone(&self) -> IAsyncSetup
fn clone(&self) -> IAsyncSetup
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 IAsyncSetup
impl Debug for IAsyncSetup
impl Copy for IAsyncSetup
Auto Trait Implementations§
impl RefUnwindSafe for IAsyncSetup
impl !Send for IAsyncSetup
impl !Sync for IAsyncSetup
impl Unpin for IAsyncSetup
impl UnwindSafe for IAsyncSetup
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