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