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