Struct IApplicationDesignModeSettings_Vtbl
#[repr(C)]pub struct IApplicationDesignModeSettings_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub SetNativeDisplaySize: unsafe extern "system" fn(_: *mut c_void, _: SIZE) -> HRESULT,
    pub SetScaleFactor: unsafe extern "system" fn(_: *mut c_void, _: DEVICE_SCALE_FACTOR) -> HRESULT,
    pub SetApplicationViewState: unsafe extern "system" fn(_: *mut c_void, _: APPLICATION_VIEW_STATE) -> HRESULT,
    pub ComputeApplicationSize: unsafe extern "system" fn(_: *mut c_void, _: *mut SIZE) -> HRESULT,
    pub IsApplicationViewStateSupported: unsafe extern "system" fn(_: *mut c_void, _: APPLICATION_VIEW_STATE, _: SIZE, _: DEVICE_SCALE_FACTOR, _: *mut BOOL) -> HRESULT,
    pub TriggerEdgeGesture: unsafe extern "system" fn(_: *mut c_void, _: EDGE_GESTURE_KIND) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§SetNativeDisplaySize: unsafe extern "system" fn(_: *mut c_void, _: SIZE) -> HRESULT§SetScaleFactor: unsafe extern "system" fn(_: *mut c_void, _: DEVICE_SCALE_FACTOR) -> HRESULT§SetApplicationViewState: unsafe extern "system" fn(_: *mut c_void, _: APPLICATION_VIEW_STATE) -> HRESULT§ComputeApplicationSize: unsafe extern "system" fn(_: *mut c_void, _: *mut SIZE) -> HRESULT§IsApplicationViewStateSupported: unsafe extern "system" fn(_: *mut c_void, _: APPLICATION_VIEW_STATE, _: SIZE, _: DEVICE_SCALE_FACTOR, _: *mut BOOL) -> HRESULT§TriggerEdgeGesture: unsafe extern "system" fn(_: *mut c_void, _: EDGE_GESTURE_KIND) -> HRESULTImplementations§
§impl IApplicationDesignModeSettings_Vtbl
 
impl IApplicationDesignModeSettings_Vtbl
pub const fn new<Identity: IApplicationDesignModeSettings_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IApplicationDesignModeSettings_Vtbl
impl RefUnwindSafe for IApplicationDesignModeSettings_Vtbl
impl Send for IApplicationDesignModeSettings_Vtbl
impl Sync for IApplicationDesignModeSettings_Vtbl
impl Unpin for IApplicationDesignModeSettings_Vtbl
impl UnwindSafe for IApplicationDesignModeSettings_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