#[repr(C)]pub struct IBindStatusCallback {
pub lpVtbl: *mut IBindStatusCallbackVtbl,
}
Fields§
§lpVtbl: *mut IBindStatusCallbackVtbl
Trait Implementations§
Source§impl Clone for IBindStatusCallback
impl Clone for IBindStatusCallback
Source§fn clone(&self) -> IBindStatusCallback
fn clone(&self) -> IBindStatusCallback
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 IBindStatusCallback
impl Debug for IBindStatusCallback
Source§impl Ord for IBindStatusCallback
impl Ord for IBindStatusCallback
Source§fn cmp(&self, other: &IBindStatusCallback) -> Ordering
fn cmp(&self, other: &IBindStatusCallback) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IBindStatusCallback
impl PartialEq for IBindStatusCallback
Source§impl PartialOrd for IBindStatusCallback
impl PartialOrd for IBindStatusCallback
impl Copy for IBindStatusCallback
impl Eq for IBindStatusCallback
impl StructuralPartialEq 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