#[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 · 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 IBindStatusCallback
impl Debug for IBindStatusCallback
impl Copy for IBindStatusCallback
Auto Trait Implementations§
impl Freeze for IBindStatusCallback
impl RefUnwindSafe for IBindStatusCallback
impl !Send for IBindStatusCallback
impl !Sync for IBindStatusCallback
impl Unpin 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