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