Struct windows::Win32::Graphics::Imaging::IWICBitmap_Vtbl
#[repr(C)]pub struct IWICBitmap_Vtbl {
pub base__: IWICBitmapSource_Vtbl,
pub Lock: unsafe extern "system" fn(_: *mut c_void, _: *const WICRect, _: u32, _: *mut *mut c_void) -> HRESULT,
pub SetPalette: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetResolution: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64) -> HRESULT,
}
Fields§
§base__: IWICBitmapSource_Vtbl
§Lock: unsafe extern "system" fn(_: *mut c_void, _: *const WICRect, _: u32, _: *mut *mut c_void) -> HRESULT
§SetPalette: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetResolution: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64) -> HRESULT
Implementations§
§impl IWICBitmap_Vtbl
impl IWICBitmap_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWICBitmap_Vtblwhere
Identity: IWICBitmap_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWICBitmap_Vtbl
impl RefUnwindSafe for IWICBitmap_Vtbl
impl Send for IWICBitmap_Vtbl
impl Sync for IWICBitmap_Vtbl
impl Unpin for IWICBitmap_Vtbl
impl UnwindSafe for IWICBitmap_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