[][src]Struct winapi::um::wincodecsdk::IWICPersistStream

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

Fields

lpVtbl: *const IWICPersistStreamVtbl

Methods

impl IWICPersistStream[src]

pub unsafe fn LoadEx(
    &self,
    pIStream: *mut IStream,
    pguidPreferredVendor: *const GUID,
    dwPersistOptions: DWORD
) -> HRESULT
[src]

pub unsafe fn SaveEx(
    &self,
    pIStream: *mut IStream,
    dwPersistOptions: DWORD,
    fClearDirty: BOOL
) -> HRESULT
[src]

Methods from Deref<Target = IPersistStream>

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]

Trait Implementations

impl Interface for IWICPersistStream[src]

impl Deref for IWICPersistStream[src]

type Target = IPersistStream

The resulting type after dereferencing.

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]