#[repr(C)]pub struct IPipeLongVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IPipeLong, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IPipeLong) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IPipeLong) -> ULONG>,
pub Pull: Option<unsafe extern "C" fn(This: *mut IPipeLong, buf: *mut LONG, cRequest: ULONG, pcReturned: *mut ULONG) -> HRESULT>,
pub Push: Option<unsafe extern "C" fn(This: *mut IPipeLong, buf: *mut LONG, cSent: ULONG) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IPipeLong, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IPipeLong) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IPipeLong) -> ULONG>
§Pull: Option<unsafe extern "C" fn(This: *mut IPipeLong, buf: *mut LONG, cRequest: ULONG, pcReturned: *mut ULONG) -> HRESULT>
§Push: Option<unsafe extern "C" fn(This: *mut IPipeLong, buf: *mut LONG, cSent: ULONG) -> HRESULT>
Trait Implementations§
Source§impl Clone for IPipeLongVtbl
impl Clone for IPipeLongVtbl
Source§fn clone(&self) -> IPipeLongVtbl
fn clone(&self) -> IPipeLongVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IPipeLongVtbl
impl Debug for IPipeLongVtbl
Source§impl Ord for IPipeLongVtbl
impl Ord for IPipeLongVtbl
Source§fn cmp(&self, other: &IPipeLongVtbl) -> Ordering
fn cmp(&self, other: &IPipeLongVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IPipeLongVtbl
impl PartialEq for IPipeLongVtbl
Source§impl PartialOrd for IPipeLongVtbl
impl PartialOrd for IPipeLongVtbl
impl Copy for IPipeLongVtbl
impl Eq for IPipeLongVtbl
impl StructuralPartialEq for IPipeLongVtbl
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