Struct windows::Win32::System::Mmc::IConsole2_Vtbl
#[repr(C)]pub struct IConsole2_Vtbl {
pub base__: IConsole_Vtbl,
pub Expand: unsafe extern "system" fn(_: *mut c_void, _: isize, _: BOOL) -> HRESULT,
pub IsTaskpadViewPreferred: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetStatusText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IConsole_Vtbl
§Expand: unsafe extern "system" fn(_: *mut c_void, _: isize, _: BOOL) -> HRESULT
§IsTaskpadViewPreferred: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetStatusText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IConsole2_Vtbl
impl IConsole2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IConsole2_Vtblwhere
Identity: IConsole2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IConsole2_Vtbl
impl RefUnwindSafe for IConsole2_Vtbl
impl Send for IConsole2_Vtbl
impl Sync for IConsole2_Vtbl
impl Unpin for IConsole2_Vtbl
impl UnwindSafe for IConsole2_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