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

#[repr(C)]
pub struct IPersistStreamVtbl { pub parent: IPersistVtbl, pub IsDirty: unsafe extern "system" fn(This: *mut IPersistStream) -> HRESULT, pub Load: unsafe extern "system" fn(This: *mut IPersistStream, pStm: *mut IStream) -> HRESULT, pub Save: unsafe extern "system" fn(This: *mut IPersistStream, pStm: *mut IStream, fClearDirty: BOOL) -> HRESULT, pub GetSizeMax: unsafe extern "system" fn(This: *mut IPersistStream, pcbSize: *mut ULARGE_INTEGER) -> HRESULT, }

Fields

parent: IPersistVtblIsDirty: unsafe extern "system" fn(This: *mut IPersistStream) -> HRESULTLoad: unsafe extern "system" fn(This: *mut IPersistStream, pStm: *mut IStream) -> HRESULTSave: unsafe extern "system" fn(This: *mut IPersistStream, pStm: *mut IStream, fClearDirty: BOOL) -> HRESULTGetSizeMax: unsafe extern "system" fn(This: *mut IPersistStream, pcbSize: *mut ULARGE_INTEGER) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.