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