#[repr(C)]pub struct IGlobalInterfaceTable {
pub lpVtbl: *mut IGlobalInterfaceTableVtbl,
}Fields§
§lpVtbl: *mut IGlobalInterfaceTableVtblTrait Implementations§
Source§impl Clone for IGlobalInterfaceTable
impl Clone for IGlobalInterfaceTable
Source§fn clone(&self) -> IGlobalInterfaceTable
fn clone(&self) -> IGlobalInterfaceTable
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 IGlobalInterfaceTable
impl Debug for IGlobalInterfaceTable
impl Copy 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