Struct windows::Win32::Graphics::Printing::IBidiAsyncNotifyChannel_Vtbl
#[repr(C)]pub struct IBidiAsyncNotifyChannel_Vtbl {
pub base__: IPrintAsyncNotifyChannel_Vtbl,
pub CreateNotificationChannel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetPrintName: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void) -> HRESULT,
pub GetChannelNotificationType: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void) -> HRESULT,
pub AsyncGetNotificationSendResponse: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AsyncCloseChannel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IPrintAsyncNotifyChannel_Vtbl
§CreateNotificationChannel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetPrintName: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void) -> HRESULT
§GetChannelNotificationType: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void) -> HRESULT
§AsyncGetNotificationSendResponse: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§AsyncCloseChannel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IBidiAsyncNotifyChannel_Vtbl
impl IBidiAsyncNotifyChannel_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBidiAsyncNotifyChannel_Vtblwhere
Identity: IBidiAsyncNotifyChannel_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBidiAsyncNotifyChannel_Vtbl
impl RefUnwindSafe for IBidiAsyncNotifyChannel_Vtbl
impl Send for IBidiAsyncNotifyChannel_Vtbl
impl Sync for IBidiAsyncNotifyChannel_Vtbl
impl Unpin for IBidiAsyncNotifyChannel_Vtbl
impl UnwindSafe for IBidiAsyncNotifyChannel_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