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