Struct windows::Graphics::Imaging::IBitmapFrame_Vtbl
#[repr(C)]pub struct IBitmapFrame_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub GetThumbnailAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BitmapProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BitmapPixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BitmapPixelFormat) -> HRESULT,
pub BitmapAlphaMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BitmapAlphaMode) -> HRESULT,
pub DpiX: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub DpiY: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub PixelWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub PixelHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub OrientedPixelWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub OrientedPixelHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetPixelDataAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetPixelDataTransformedAsync: unsafe extern "system" fn(_: *mut c_void, _: BitmapPixelFormat, _: BitmapAlphaMode, _: *mut c_void, _: ExifOrientationMode, _: ColorManagementMode, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetThumbnailAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BitmapProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BitmapPixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BitmapPixelFormat) -> HRESULT
§BitmapAlphaMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BitmapAlphaMode) -> HRESULT
§DpiX: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§DpiY: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§PixelWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§PixelHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§OrientedPixelWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§OrientedPixelHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetPixelDataAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetPixelDataTransformedAsync: unsafe extern "system" fn(_: *mut c_void, _: BitmapPixelFormat, _: BitmapAlphaMode, _: *mut c_void, _: ExifOrientationMode, _: ColorManagementMode, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IBitmapFrame_Vtbl
impl IBitmapFrame_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBitmapFrame_Vtblwhere
Identity: IBitmapFrame_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBitmapFrame_Vtbl
impl RefUnwindSafe for IBitmapFrame_Vtbl
impl Send for IBitmapFrame_Vtbl
impl Sync for IBitmapFrame_Vtbl
impl Unpin for IBitmapFrame_Vtbl
impl UnwindSafe for IBitmapFrame_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