#[repr(C)]pub struct IFastRundown {
pub lpVtbl: *const IFastRundownVtbl,
}
Fields§
§lpVtbl: *const IFastRundownVtbl
Trait Implementations§
Source§impl Deref for IFastRundown
impl Deref for IFastRundown
Auto Trait Implementations§
impl Freeze for IFastRundown
impl RefUnwindSafe for IFastRundown
impl !Send for IFastRundown
impl !Sync for IFastRundown
impl Unpin for IFastRundown
impl UnwindSafe for IFastRundown
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