Struct IUISettingsController_Vtbl
#[repr(C)]pub struct IUISettingsController_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetAdvancedEffectsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SetAnimationsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SetAutoHideScrollBars: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SetMessageDuration: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetTextScaleFactor: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetAdvancedEffectsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§SetAnimationsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§SetAutoHideScrollBars: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§SetMessageDuration: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§SetTextScaleFactor: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULTAuto Trait Implementations§
impl Freeze for IUISettingsController_Vtbl
impl RefUnwindSafe for IUISettingsController_Vtbl
impl Send for IUISettingsController_Vtbl
impl Sync for IUISettingsController_Vtbl
impl Unpin for IUISettingsController_Vtbl
impl UnwindSafe for IUISettingsController_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