#[repr(C)]pub struct AsyncIPipeLong {
pub lpVtbl: *const AsyncIPipeLongVtbl,
}
Fields§
§lpVtbl: *const AsyncIPipeLongVtbl
Implementations§
Source§impl AsyncIPipeLong
impl AsyncIPipeLong
pub unsafe fn Begin_Pull(&self, cRequest: ULONG) -> HRESULT
pub unsafe fn Finish_Pull( &self, buf: *mut LONG, pcReturned: *mut ULONG, ) -> HRESULT
pub unsafe fn Begin_Push(&self, buf: *mut LONG, cSent: ULONG) -> HRESULT
pub unsafe fn Finish_Push(&self) -> HRESULT
Trait Implementations§
Source§impl Deref for AsyncIPipeLong
impl Deref for AsyncIPipeLong
Auto Trait Implementations§
impl Freeze for AsyncIPipeLong
impl RefUnwindSafe for AsyncIPipeLong
impl !Send for AsyncIPipeLong
impl !Sync for AsyncIPipeLong
impl Unpin for AsyncIPipeLong
impl UnwindSafe for AsyncIPipeLong
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