Struct windows::AI::MachineLearning::IImageFeatureDescriptor_Vtbl
#[repr(C)]pub struct IImageFeatureDescriptor_Vtbl {
pub base__: IInspectable_Vtbl,
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 Width: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Height: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BitmapPixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut BitmapPixelFormat) -> HRESULT
§BitmapAlphaMode: unsafe extern "system" fn(_: *mut c_void, _: *mut BitmapAlphaMode) -> HRESULT
§Width: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Height: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IImageFeatureDescriptor_Vtbl
impl RefUnwindSafe for IImageFeatureDescriptor_Vtbl
impl Send for IImageFeatureDescriptor_Vtbl
impl Sync for IImageFeatureDescriptor_Vtbl
impl Unpin for IImageFeatureDescriptor_Vtbl
impl UnwindSafe for IImageFeatureDescriptor_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