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