Struct windows::System::ILauncherUIOptions_Vtbl
#[repr(C)]pub struct ILauncherUIOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub InvocationPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetInvocationPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SelectionRect: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSelectionRect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PreferredPlacement: unsafe extern "system" fn(_: *mut c_void, _: *mut Placement) -> HRESULT,
pub SetPreferredPlacement: unsafe extern "system" fn(_: *mut c_void, _: Placement) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§InvocationPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetInvocationPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SelectionRect: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSelectionRect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§PreferredPlacement: unsafe extern "system" fn(_: *mut c_void, _: *mut Placement) -> HRESULT
§SetPreferredPlacement: unsafe extern "system" fn(_: *mut c_void, _: Placement) -> HRESULT
Auto Trait Implementations§
impl Freeze for ILauncherUIOptions_Vtbl
impl RefUnwindSafe for ILauncherUIOptions_Vtbl
impl Send for ILauncherUIOptions_Vtbl
impl Sync for ILauncherUIOptions_Vtbl
impl Unpin for ILauncherUIOptions_Vtbl
impl UnwindSafe for ILauncherUIOptions_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