#[repr(C)]pub struct IBindStatusCallback {
pub lpVtbl: *mut IBindStatusCallbackVtbl,
}Fields§
§lpVtbl: *mut IBindStatusCallbackVtblTrait Implementations§
Source§impl Clone for IBindStatusCallback
impl Clone for IBindStatusCallback
Source§fn clone(&self) -> IBindStatusCallback
fn clone(&self) -> IBindStatusCallback
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 IBindStatusCallback
Auto Trait Implementations§
impl !Send for IBindStatusCallback
impl !Sync for IBindStatusCallback
impl Freeze for IBindStatusCallback
impl RefUnwindSafe for IBindStatusCallback
impl Unpin for IBindStatusCallback
impl UnsafeUnpin for IBindStatusCallback
impl UnwindSafe for IBindStatusCallback
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