Struct windows::Win32::Graphics::Imaging::IWICPersistStream_Vtbl
#[repr(C)]pub struct IWICPersistStream_Vtbl {
pub base__: IPersistStream_Vtbl,
pub LoadEx: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: u32) -> HRESULT,
pub SaveEx: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: BOOL) -> HRESULT,
}
Fields§
§base__: IPersistStream_Vtbl
§LoadEx: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: u32) -> HRESULT
§SaveEx: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: BOOL) -> HRESULT
Implementations§
§impl IWICPersistStream_Vtbl
impl IWICPersistStream_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWICPersistStream_Vtblwhere
Identity: IWICPersistStream_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWICPersistStream_Vtbl
impl RefUnwindSafe for IWICPersistStream_Vtbl
impl Send for IWICPersistStream_Vtbl
impl Sync for IWICPersistStream_Vtbl
impl Unpin for IWICPersistStream_Vtbl
impl UnwindSafe for IWICPersistStream_Vtbl
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