Struct 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) -> HRESULTImplementations§
§impl IDockingWindowFrame_Vtbl
 
impl IDockingWindowFrame_Vtbl
pub const fn new<Identity: IDockingWindowFrame_Impl, const OFFSET: isize>() -> Self
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