Struct IQueryCancelAutoPlay_Vtbl
#[repr(C)]pub struct IQueryCancelAutoPlay_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub AllowAutoPlay: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PCWSTR, _: u32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§AllowAutoPlay: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PCWSTR, _: u32) -> HRESULTImplementations§
§impl IQueryCancelAutoPlay_Vtbl
 
impl IQueryCancelAutoPlay_Vtbl
pub const fn new<Identity: IQueryCancelAutoPlay_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IQueryCancelAutoPlay_Vtbl
impl RefUnwindSafe for IQueryCancelAutoPlay_Vtbl
impl Send for IQueryCancelAutoPlay_Vtbl
impl Sync for IQueryCancelAutoPlay_Vtbl
impl Unpin for IQueryCancelAutoPlay_Vtbl
impl UnwindSafe for IQueryCancelAutoPlay_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