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