Struct windows::Win32::Graphics::Imaging::IWICStreamProvider_Vtbl
#[repr(C)]pub struct IWICStreamProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetPersistOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetPreferredVendorGUID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub RefreshStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetPersistOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetPreferredVendorGUID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§RefreshStream: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWICStreamProvider_Vtbl
impl IWICStreamProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWICStreamProvider_Vtblwhere
Identity: IWICStreamProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWICStreamProvider_Vtbl
impl RefUnwindSafe for IWICStreamProvider_Vtbl
impl Send for IWICStreamProvider_Vtbl
impl Sync for IWICStreamProvider_Vtbl
impl Unpin for IWICStreamProvider_Vtbl
impl UnwindSafe for IWICStreamProvider_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