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