#[repr(C)]pub struct IFindRelatedPackagesOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub Relationship: unsafe extern "system" fn(_: *mut c_void, _: *mut PackageRelationship) -> HRESULT,
pub SetRelationship: unsafe extern "system" fn(_: *mut c_void, _: PackageRelationship) -> HRESULT,
pub IncludeFrameworks: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIncludeFrameworks: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IncludeHostRuntimes: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIncludeHostRuntimes: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IncludeOptionals: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIncludeOptionals: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IncludeResources: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIncludeResources: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Relationship: unsafe extern "system" fn(_: *mut c_void, _: *mut PackageRelationship) -> HRESULT
§SetRelationship: unsafe extern "system" fn(_: *mut c_void, _: PackageRelationship) -> HRESULT
§IncludeFrameworks: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIncludeFrameworks: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IncludeHostRuntimes: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIncludeHostRuntimes: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IncludeOptionals: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIncludeOptionals: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IncludeResources: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIncludeResources: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IFindRelatedPackagesOptions_Vtbl
impl RefUnwindSafe for IFindRelatedPackagesOptions_Vtbl
impl Send for IFindRelatedPackagesOptions_Vtbl
impl Sync for IFindRelatedPackagesOptions_Vtbl
impl Unpin for IFindRelatedPackagesOptions_Vtbl
impl UnwindSafe for IFindRelatedPackagesOptions_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