Struct IApplicationDesignModeSettings2_Vtbl
#[repr(C)]pub struct IApplicationDesignModeSettings2_Vtbl {
    pub base__: IApplicationDesignModeSettings_Vtbl,
    pub SetNativeDisplayOrientation: unsafe extern "system" fn(_: *mut c_void, _: NATIVE_DISPLAY_ORIENTATION) -> HRESULT,
    pub SetApplicationViewOrientation: unsafe extern "system" fn(_: *mut c_void, _: APPLICATION_VIEW_ORIENTATION) -> HRESULT,
    pub SetAdjacentDisplayEdges: unsafe extern "system" fn(_: *mut c_void, _: ADJACENT_DISPLAY_EDGES) -> HRESULT,
    pub SetIsOnLockScreen: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
    pub SetApplicationViewMinWidth: unsafe extern "system" fn(_: *mut c_void, _: APPLICATION_VIEW_MIN_WIDTH) -> HRESULT,
    pub GetApplicationSizeBounds: unsafe extern "system" fn(_: *mut c_void, _: *mut SIZE, _: *mut SIZE) -> HRESULT,
    pub GetApplicationViewOrientation: unsafe extern "system" fn(_: *mut c_void, _: SIZE, _: *mut APPLICATION_VIEW_ORIENTATION) -> HRESULT,
}Fields§
§base__: IApplicationDesignModeSettings_Vtbl§SetNativeDisplayOrientation: unsafe extern "system" fn(_: *mut c_void, _: NATIVE_DISPLAY_ORIENTATION) -> HRESULT§SetApplicationViewOrientation: unsafe extern "system" fn(_: *mut c_void, _: APPLICATION_VIEW_ORIENTATION) -> HRESULT§SetAdjacentDisplayEdges: unsafe extern "system" fn(_: *mut c_void, _: ADJACENT_DISPLAY_EDGES) -> HRESULT§SetIsOnLockScreen: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§SetApplicationViewMinWidth: unsafe extern "system" fn(_: *mut c_void, _: APPLICATION_VIEW_MIN_WIDTH) -> HRESULT§GetApplicationSizeBounds: unsafe extern "system" fn(_: *mut c_void, _: *mut SIZE, _: *mut SIZE) -> HRESULT§GetApplicationViewOrientation: unsafe extern "system" fn(_: *mut c_void, _: SIZE, _: *mut APPLICATION_VIEW_ORIENTATION) -> HRESULTImplementations§
§impl IApplicationDesignModeSettings2_Vtbl
 
impl IApplicationDesignModeSettings2_Vtbl
pub const fn new<Identity: IApplicationDesignModeSettings2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IApplicationDesignModeSettings2_Vtbl
impl RefUnwindSafe for IApplicationDesignModeSettings2_Vtbl
impl Send for IApplicationDesignModeSettings2_Vtbl
impl Sync for IApplicationDesignModeSettings2_Vtbl
impl Unpin for IApplicationDesignModeSettings2_Vtbl
impl UnwindSafe for IApplicationDesignModeSettings2_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