Struct windows::Win32::System::Mmc::Frame_Vtbl
#[repr(C)]pub struct Frame_Vtbl {
pub base__: IDispatch_Vtbl,
pub Maximize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Minimize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Restore: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Top: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetTop: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Bottom: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetBottom: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Left: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetLeft: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Right: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetRight: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Maximize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Minimize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Restore: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Top: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetTop: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Bottom: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetBottom: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Left: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetLeft: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Right: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetRight: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl Frame_Vtbl
impl Frame_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> Frame_Vtblwhere
Identity: Frame_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for Frame_Vtbl
impl RefUnwindSafe for Frame_Vtbl
impl Send for Frame_Vtbl
impl Sync for Frame_Vtbl
impl Unpin for Frame_Vtbl
impl UnwindSafe for Frame_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