Struct winapi::objidlbase::ISequentialStream
[−]
[src]
pub struct ISequentialStream {
pub lpVtbl: *const ISequentialStreamVtbl,
}Fields
lpVtbl |
pub struct ISequentialStream {
pub lpVtbl: *const ISequentialStreamVtbl,
}lpVtbl |
impl ISequentialStreamunsafe fn Read(&mut self, pv: *mut c_void, cb: ULONG, pcbRead: *mut ULONG) -> HRESULTunsafe fn Write(&mut self, pv: *const c_void, cb: ULONG, pcbWritten: *mut ULONG) -> HRESULTunsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULTunsafe fn AddRef(&mut self) -> ULONGunsafe fn Release(&mut self) -> ULONGimpl Deref for ISequentialStreamimpl DerefMut for ISequentialStreamimpl Debug for ISequentialStream
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)