#[repr(C)]pub struct IAgileObjectVtbl {
pub parent: IUnknownVtbl,
}Fields§
§parent: IUnknownVtblAuto Trait Implementations§
impl Freeze for IAgileObjectVtbl
impl RefUnwindSafe for IAgileObjectVtbl
impl Send for IAgileObjectVtbl
impl Sync for IAgileObjectVtbl
impl Unpin for IAgileObjectVtbl
impl UnwindSafe for IAgileObjectVtbl
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