[][src]Struct winapi::um::objidl::IPersistStream

#[repr(C)]
pub struct IPersistStream {
    pub lpVtbl: *const IPersistStreamVtbl,
}

Fields

lpVtbl: *const IPersistStreamVtbl

Methods

impl IPersistStream[src]

pub unsafe fn IsDirty(&self) -> HRESULT[src]

pub unsafe fn Load(&self, pStm: *mut IStream) -> HRESULT[src]

pub unsafe fn Save(&self, pStm: *mut IStream, fClearDirty: BOOL) -> HRESULT[src]

pub unsafe fn GetSizeMax(&self, pcbSize: *mut ULARGE_INTEGER) -> HRESULT[src]

Methods from Deref<Target = IPersist>

pub unsafe fn GetClassID(&self, pClassID: *mut CLSID) -> HRESULT[src]

Trait Implementations

impl Interface for IPersistStream[src]

impl Deref for IPersistStream[src]

type Target = IPersist

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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