Struct windows::Win32::System::Com::IFastRundown_Vtbl
#[repr(C)]pub struct IFastRundown_Vtbl {
pub base__: IUnknown_Vtbl,
}
Fields§
§base__: IUnknown_Vtbl
Implementations§
§impl IFastRundown_Vtbl
impl IFastRundown_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFastRundown_Vtblwhere
Identity: IFastRundown_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFastRundown_Vtbl
impl RefUnwindSafe for IFastRundown_Vtbl
impl Send for IFastRundown_Vtbl
impl Sync for IFastRundown_Vtbl
impl Unpin for IFastRundown_Vtbl
impl UnwindSafe for IFastRundown_Vtbl
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