Struct windows::ApplicationModel::Resources::Core::IResourceQualifier_Vtbl
#[repr(C)]pub struct IResourceQualifier_Vtbl {
pub base__: IInspectable_Vtbl,
pub QualifierName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub QualifierValue: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub IsDefault: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsMatch: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Score: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§QualifierName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§QualifierValue: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§IsDefault: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsMatch: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Score: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IResourceQualifier_Vtbl
impl RefUnwindSafe for IResourceQualifier_Vtbl
impl Send for IResourceQualifier_Vtbl
impl Sync for IResourceQualifier_Vtbl
impl Unpin for IResourceQualifier_Vtbl
impl UnwindSafe for IResourceQualifier_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