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