#[repr(C)]pub struct IInternalUnknown {
pub lpVtbl: *mut IInternalUnknownVtbl,
}
Fields§
§lpVtbl: *mut IInternalUnknownVtbl
Trait Implementations§
Source§impl Clone for IInternalUnknown
impl Clone for IInternalUnknown
Source§fn clone(&self) -> IInternalUnknown
fn clone(&self) -> IInternalUnknown
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 IInternalUnknown
impl Debug for IInternalUnknown
Source§impl Ord for IInternalUnknown
impl Ord for IInternalUnknown
Source§fn cmp(&self, other: &IInternalUnknown) -> Ordering
fn cmp(&self, other: &IInternalUnknown) -> 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 IInternalUnknown
impl PartialEq for IInternalUnknown
Source§impl PartialOrd for IInternalUnknown
impl PartialOrd for IInternalUnknown
impl Copy for IInternalUnknown
impl Eq for IInternalUnknown
impl StructuralPartialEq for IInternalUnknown
Auto Trait Implementations§
impl Freeze for IInternalUnknown
impl RefUnwindSafe for IInternalUnknown
impl !Send for IInternalUnknown
impl !Sync for IInternalUnknown
impl Unpin for IInternalUnknown
impl UnwindSafe for IInternalUnknown
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