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