#[repr(C)]pub struct IAgileObject {
pub lpVtbl: *const IAgileObjectVtbl,
}
Fields§
§lpVtbl: *const IAgileObjectVtbl
Trait Implementations§
Source§impl Deref for IAgileObject
impl Deref 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