Struct windows::Win32::UI::Shell::IDockingWindowFrame_Vtbl
#[repr(C)]pub struct IDockingWindowFrame_Vtbl {
pub base__: IOleWindow_Vtbl,
pub AddToolbar: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub RemoveToolbar: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub FindToolbar: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IOleWindow_Vtbl
§AddToolbar: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§RemoveToolbar: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§FindToolbar: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDockingWindowFrame_Vtbl
impl IDockingWindowFrame_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDockingWindowFrame_Vtblwhere
Identity: IDockingWindowFrame_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDockingWindowFrame_Vtbl
impl RefUnwindSafe for IDockingWindowFrame_Vtbl
impl Send for IDockingWindowFrame_Vtbl
impl Sync for IDockingWindowFrame_Vtbl
impl Unpin for IDockingWindowFrame_Vtbl
impl UnwindSafe for IDockingWindowFrame_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