#[repr(C)]pub struct AsyncIPipeLongVtbl {
pub parent: IUnknownVtbl,
pub Begin_Pull: unsafe extern "system" fn(This: *mut AsyncIPipeLong, cRequest: ULONG) -> HRESULT,
pub Finish_Pull: unsafe extern "system" fn(This: *mut AsyncIPipeLong, buf: *mut LONG, pcReturned: *mut ULONG) -> HRESULT,
pub Begin_Push: unsafe extern "system" fn(This: *mut AsyncIPipeLong, buf: *mut LONG, cSent: ULONG) -> HRESULT,
pub Finish_Push: unsafe extern "system" fn(This: *mut AsyncIPipeLong) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§Begin_Pull: unsafe extern "system" fn(This: *mut AsyncIPipeLong, cRequest: ULONG) -> HRESULT
§Finish_Pull: unsafe extern "system" fn(This: *mut AsyncIPipeLong, buf: *mut LONG, pcReturned: *mut ULONG) -> HRESULT
§Begin_Push: unsafe extern "system" fn(This: *mut AsyncIPipeLong, buf: *mut LONG, cSent: ULONG) -> HRESULT
§Finish_Push: unsafe extern "system" fn(This: *mut AsyncIPipeLong) -> HRESULT
Auto Trait Implementations§
impl Freeze for AsyncIPipeLongVtbl
impl RefUnwindSafe for AsyncIPipeLongVtbl
impl Send for AsyncIPipeLongVtbl
impl Sync for AsyncIPipeLongVtbl
impl Unpin for AsyncIPipeLongVtbl
impl UnwindSafe for AsyncIPipeLongVtbl
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