Struct vc6_sys::IRunningObjectTable
source · #[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
impl Copy for IRunningObjectTable
Auto Trait Implementations§
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