Struct windows::Win32::Graphics::Printing::IBidiSpl_Vtbl
#[repr(C)]pub struct IBidiSpl_Vtbl {
pub base__: IUnknown_Vtbl,
pub BindDevice: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub UnbindDevice: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SendRecv: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT,
pub MultiSendRecv: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§BindDevice: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§UnbindDevice: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SendRecv: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT
§MultiSendRecv: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT
Implementations§
§impl IBidiSpl_Vtbl
impl IBidiSpl_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBidiSpl_Vtblwhere
Identity: IBidiSpl_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBidiSpl_Vtbl
impl RefUnwindSafe for IBidiSpl_Vtbl
impl Send for IBidiSpl_Vtbl
impl Sync for IBidiSpl_Vtbl
impl Unpin for IBidiSpl_Vtbl
impl UnwindSafe for IBidiSpl_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