Struct windows::Win32::System::Search::ICondition2_Vtbl
#[repr(C)]pub struct ICondition2_Vtbl {
pub base__: ICondition_Vtbl,
pub GetLocale: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetLeafConditionInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPERTYKEY, _: *mut CONDITION_OPERATION, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT,
}
Fields§
§base__: ICondition_Vtbl
§GetLocale: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetLeafConditionInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPERTYKEY, _: *mut CONDITION_OPERATION, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT
Implementations§
§impl ICondition2_Vtbl
impl ICondition2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICondition2_Vtblwhere
Identity: ICondition2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICondition2_Vtbl
impl RefUnwindSafe for ICondition2_Vtbl
impl Send for ICondition2_Vtbl
impl Sync for ICondition2_Vtbl
impl Unpin for ICondition2_Vtbl
impl UnwindSafe for ICondition2_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