Struct IOleInPlaceUIWindow_Vtbl
#[repr(C)]pub struct IOleInPlaceUIWindow_Vtbl {
pub base__: IOleWindow_Vtbl,
pub GetBorder: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT,
pub RequestBorderSpace: unsafe extern "system" fn(_: *mut c_void, _: *const RECT) -> HRESULT,
pub SetBorderSpace: unsafe extern "system" fn(_: *mut c_void, _: *const RECT) -> HRESULT,
pub SetActiveObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IOleWindow_Vtbl
§GetBorder: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT
§RequestBorderSpace: unsafe extern "system" fn(_: *mut c_void, _: *const RECT) -> HRESULT
§SetBorderSpace: unsafe extern "system" fn(_: *mut c_void, _: *const RECT) -> HRESULT
§SetActiveObject: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IOleInPlaceUIWindow_Vtbl
impl IOleInPlaceUIWindow_Vtbl
pub const fn new<Identity: IOleInPlaceUIWindow_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOleInPlaceUIWindow_Vtbl
impl RefUnwindSafe for IOleInPlaceUIWindow_Vtbl
impl Send for IOleInPlaceUIWindow_Vtbl
impl Sync for IOleInPlaceUIWindow_Vtbl
impl Unpin for IOleInPlaceUIWindow_Vtbl
impl UnwindSafe for IOleInPlaceUIWindow_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