Struct windows::Win32::System::Com::AsyncIPipeDouble_Vtbl
#[repr(C)]pub struct AsyncIPipeDouble_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 f64, _: *mut u32) -> HRESULT,
pub Begin_Push: unsafe extern "system" fn(_: *mut c_void, _: *const f64, _: 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 f64, _: *mut u32) -> HRESULT
§Begin_Push: unsafe extern "system" fn(_: *mut c_void, _: *const f64, _: u32) -> HRESULT
§Finish_Push: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl AsyncIPipeDouble_Vtbl
impl AsyncIPipeDouble_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> AsyncIPipeDouble_Vtblwhere
Identity: AsyncIPipeDouble_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for AsyncIPipeDouble_Vtbl
impl RefUnwindSafe for AsyncIPipeDouble_Vtbl
impl Send for AsyncIPipeDouble_Vtbl
impl Sync for AsyncIPipeDouble_Vtbl
impl Unpin for AsyncIPipeDouble_Vtbl
impl UnwindSafe for AsyncIPipeDouble_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