#[repr(C)]pub struct IBackgroundTrigger_Vtbl {
pub base__: IInspectable_Vtbl,
}
Fields§
§base__: IInspectable_Vtbl
Implementations§
§impl IBackgroundTrigger_Vtbl
impl IBackgroundTrigger_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBackgroundTrigger_Vtblwhere
Identity: IBackgroundTrigger_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBackgroundTrigger_Vtbl
impl RefUnwindSafe for IBackgroundTrigger_Vtbl
impl Send for IBackgroundTrigger_Vtbl
impl Sync for IBackgroundTrigger_Vtbl
impl Unpin for IBackgroundTrigger_Vtbl
impl UnwindSafe for IBackgroundTrigger_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