Struct IImageInformation_Vtbl
#[repr(C)]pub struct IImageInformation_Vtbl {
pub base__: IDispatch_Vtbl,
pub AltText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Height: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Width: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§AltText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Height: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Width: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IImageInformation_Vtbl
impl IImageInformation_Vtbl
pub const fn new<Identity: IImageInformation_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IImageInformation_Vtbl
impl RefUnwindSafe for IImageInformation_Vtbl
impl Send for IImageInformation_Vtbl
impl Sync for IImageInformation_Vtbl
impl Unpin for IImageInformation_Vtbl
impl UnwindSafe for IImageInformation_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