Struct vc6_sys::IRunnableObject
source · #[repr(C)]pub struct IRunnableObject {
pub lpVtbl: *mut IRunnableObjectVtbl,
}
Fields§
§lpVtbl: *mut IRunnableObjectVtbl
Trait Implementations§
source§impl Clone for IRunnableObject
impl Clone for IRunnableObject
source§fn clone(&self) -> IRunnableObject
fn clone(&self) -> IRunnableObject
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 IRunnableObject
impl Debug for IRunnableObject
impl Copy for IRunnableObject
Auto Trait Implementations§
impl RefUnwindSafe for IRunnableObject
impl !Send for IRunnableObject
impl !Sync for IRunnableObject
impl Unpin for IRunnableObject
impl UnwindSafe for IRunnableObject
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