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