Struct windows::Win32::Graphics::Imaging::IWICStream_Vtbl
#[repr(C)]pub struct IWICStream_Vtbl {
pub base__: IStream_Vtbl,
pub InitializeFromIStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub InitializeFromFilename: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub InitializeFromMemory: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32) -> HRESULT,
pub InitializeFromIStreamRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u64, _: u64) -> HRESULT,
}
Fields§
§base__: IStream_Vtbl
§InitializeFromIStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§InitializeFromFilename: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§InitializeFromMemory: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32) -> HRESULT
§InitializeFromIStreamRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u64, _: u64) -> HRESULT
Implementations§
§impl IWICStream_Vtbl
impl IWICStream_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWICStream_Vtblwhere
Identity: IWICStream_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWICStream_Vtbl
impl RefUnwindSafe for IWICStream_Vtbl
impl Send for IWICStream_Vtbl
impl Sync for IWICStream_Vtbl
impl Unpin for IWICStream_Vtbl
impl UnwindSafe for IWICStream_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