Struct windows::Win32::System::Com::IForegroundTransfer_Vtbl
#[repr(C)]pub struct IForegroundTransfer_Vtbl {
pub base__: IUnknown_Vtbl,
pub AllowForegroundTransfer: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AllowForegroundTransfer: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT
Implementations§
§impl IForegroundTransfer_Vtbl
impl IForegroundTransfer_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IForegroundTransfer_Vtblwhere
Identity: IForegroundTransfer_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IForegroundTransfer_Vtbl
impl RefUnwindSafe for IForegroundTransfer_Vtbl
impl Send for IForegroundTransfer_Vtbl
impl Sync for IForegroundTransfer_Vtbl
impl Unpin for IForegroundTransfer_Vtbl
impl UnwindSafe for IForegroundTransfer_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