#[repr(C)]pub struct IWiaSegmentationFilter_Vtbl {
pub base__: IUnknown_Vtbl,
pub DetectRegions: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DetectRegions: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IWiaSegmentationFilter_Vtbl
impl IWiaSegmentationFilter_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWiaSegmentationFilter_Vtblwhere
Identity: IWiaSegmentationFilter_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWiaSegmentationFilter_Vtbl
impl RefUnwindSafe for IWiaSegmentationFilter_Vtbl
impl Send for IWiaSegmentationFilter_Vtbl
impl Sync for IWiaSegmentationFilter_Vtbl
impl Unpin for IWiaSegmentationFilter_Vtbl
impl UnwindSafe for IWiaSegmentationFilter_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