Struct ISelectionProvider_Vtbl
#[repr(C)]pub struct ISelectionProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub CanSelectMultiple: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub IsSelectionRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§CanSelectMultiple: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§IsSelectionRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl ISelectionProvider_Vtbl
impl ISelectionProvider_Vtbl
pub const fn new<Identity: ISelectionProvider_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISelectionProvider_Vtbl
impl RefUnwindSafe for ISelectionProvider_Vtbl
impl Send for ISelectionProvider_Vtbl
impl Sync for ISelectionProvider_Vtbl
impl Unpin for ISelectionProvider_Vtbl
impl UnwindSafe for ISelectionProvider_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