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