[][src]Struct winapi::um::bits3_0::IEnumBitsPeerCacheRecordsVtbl

#[repr(C)]
pub struct IEnumBitsPeerCacheRecordsVtbl { pub parent: IUnknownVtbl, pub Next: unsafe extern "system" fn(This: *mut IEnumBitsPeerCacheRecords, celt: ULONG, rgelt: *mut *mut IBitsPeerCacheRecord, pceltFetched: *mut ULONG) -> HRESULT, pub Skip: unsafe extern "system" fn(This: *mut IEnumBitsPeerCacheRecords, celt: ULONG) -> HRESULT, pub Reset: unsafe extern "system" fn(This: *mut IEnumBitsPeerCacheRecords) -> HRESULT, pub Clone: unsafe extern "system" fn(This: *mut IEnumBitsPeerCacheRecords, ppenum: *mut *mut IEnumBitsPeerCacheRecords) -> HRESULT, pub GetCount: unsafe extern "system" fn(This: *mut IEnumBitsPeerCacheRecords, puCount: *mut ULONG) -> HRESULT, }

Fields

parent: IUnknownVtblNext: unsafe extern "system" fn(This: *mut IEnumBitsPeerCacheRecords, celt: ULONG, rgelt: *mut *mut IBitsPeerCacheRecord, pceltFetched: *mut ULONG) -> HRESULTSkip: unsafe extern "system" fn(This: *mut IEnumBitsPeerCacheRecords, celt: ULONG) -> HRESULTReset: unsafe extern "system" fn(This: *mut IEnumBitsPeerCacheRecords) -> HRESULTClone: unsafe extern "system" fn(This: *mut IEnumBitsPeerCacheRecords, ppenum: *mut *mut IEnumBitsPeerCacheRecords) -> HRESULTGetCount: unsafe extern "system" fn(This: *mut IEnumBitsPeerCacheRecords, puCount: *mut ULONG) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]