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