Struct windows::Win32::System::Mmc::IConsoleVerb_Vtbl
#[repr(C)]pub struct IConsoleVerb_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetVerbState: unsafe extern "system" fn(_: *mut c_void, _: MMC_CONSOLE_VERB, _: MMC_BUTTON_STATE, _: *mut BOOL) -> HRESULT,
pub SetVerbState: unsafe extern "system" fn(_: *mut c_void, _: MMC_CONSOLE_VERB, _: MMC_BUTTON_STATE, _: BOOL) -> HRESULT,
pub SetDefaultVerb: unsafe extern "system" fn(_: *mut c_void, _: MMC_CONSOLE_VERB) -> HRESULT,
pub GetDefaultVerb: unsafe extern "system" fn(_: *mut c_void, _: *mut MMC_CONSOLE_VERB) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetVerbState: unsafe extern "system" fn(_: *mut c_void, _: MMC_CONSOLE_VERB, _: MMC_BUTTON_STATE, _: *mut BOOL) -> HRESULT
§SetVerbState: unsafe extern "system" fn(_: *mut c_void, _: MMC_CONSOLE_VERB, _: MMC_BUTTON_STATE, _: BOOL) -> HRESULT
§SetDefaultVerb: unsafe extern "system" fn(_: *mut c_void, _: MMC_CONSOLE_VERB) -> HRESULT
§GetDefaultVerb: unsafe extern "system" fn(_: *mut c_void, _: *mut MMC_CONSOLE_VERB) -> HRESULT
Implementations§
§impl IConsoleVerb_Vtbl
impl IConsoleVerb_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IConsoleVerb_Vtblwhere
Identity: IConsoleVerb_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IConsoleVerb_Vtbl
impl RefUnwindSafe for IConsoleVerb_Vtbl
impl Send for IConsoleVerb_Vtbl
impl Sync for IConsoleVerb_Vtbl
impl Unpin for IConsoleVerb_Vtbl
impl UnwindSafe for IConsoleVerb_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