#[repr(C)]pub struct IEnumBitsPeers {
pub lpVtbl: *const IEnumBitsPeersVtbl,
}
Fields§
§lpVtbl: *const IEnumBitsPeersVtbl
Implementations§
Source§impl IEnumBitsPeers
impl IEnumBitsPeers
pub unsafe fn Next( &self, celt: ULONG, rgelt: *mut *mut IBitsPeer, pceltFetched: *mut ULONG, ) -> HRESULT
pub unsafe fn Skip(&self, celt: ULONG) -> HRESULT
pub unsafe fn Reset(&self) -> HRESULT
pub unsafe fn Clone(&self, ppenum: *mut *mut IEnumBitsPeers) -> HRESULT
pub unsafe fn GetCount(&self, puCount: *mut ULONG) -> HRESULT
Trait Implementations§
Source§impl Deref for IEnumBitsPeers
impl Deref for IEnumBitsPeers
Auto Trait Implementations§
impl Freeze for IEnumBitsPeers
impl RefUnwindSafe for IEnumBitsPeers
impl !Send for IEnumBitsPeers
impl !Sync for IEnumBitsPeers
impl Unpin for IEnumBitsPeers
impl UnwindSafe for IEnumBitsPeers
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