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