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