Struct windows::Win32::Graphics::Imaging::IWICDdsFrameDecode_Vtbl
#[repr(C)]pub struct IWICDdsFrameDecode_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetSizeInBlocks: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetFormatInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut WICDdsFormatInfo) -> HRESULT,
pub CopyBlocks: unsafe extern "system" fn(_: *mut c_void, _: *const WICRect, _: u32, _: u32, _: *mut u8) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetSizeInBlocks: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetFormatInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut WICDdsFormatInfo) -> HRESULT
§CopyBlocks: unsafe extern "system" fn(_: *mut c_void, _: *const WICRect, _: u32, _: u32, _: *mut u8) -> HRESULT
Implementations§
§impl IWICDdsFrameDecode_Vtbl
impl IWICDdsFrameDecode_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWICDdsFrameDecode_Vtblwhere
Identity: IWICDdsFrameDecode_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWICDdsFrameDecode_Vtbl
impl RefUnwindSafe for IWICDdsFrameDecode_Vtbl
impl Send for IWICDdsFrameDecode_Vtbl
impl Sync for IWICDdsFrameDecode_Vtbl
impl Unpin for IWICDdsFrameDecode_Vtbl
impl UnwindSafe for IWICDdsFrameDecode_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