#[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
Source§impl Ord for IRunnableObject
impl Ord for IRunnableObject
Source§fn cmp(&self, other: &IRunnableObject) -> Ordering
fn cmp(&self, other: &IRunnableObject) -> 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 IRunnableObject
impl PartialEq for IRunnableObject
Source§impl PartialOrd for IRunnableObject
impl PartialOrd for IRunnableObject
impl Copy for IRunnableObject
impl Eq for IRunnableObject
impl StructuralPartialEq for IRunnableObject
Auto Trait Implementations§
impl Freeze for IRunnableObject
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