Struct IGlobalizationPreferencesStatics_Vtbl
#[repr(C)]pub struct IGlobalizationPreferencesStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub Calendars: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Clocks: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Currencies: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Languages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HomeGeographicRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub WeekStartsOn: unsafe extern "system" fn(_: *mut c_void, _: *mut DayOfWeek) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Calendars: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Clocks: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Currencies: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Languages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§HomeGeographicRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§WeekStartsOn: unsafe extern "system" fn(_: *mut c_void, _: *mut DayOfWeek) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGlobalizationPreferencesStatics_Vtbl
impl RefUnwindSafe for IGlobalizationPreferencesStatics_Vtbl
impl Send for IGlobalizationPreferencesStatics_Vtbl
impl Sync for IGlobalizationPreferencesStatics_Vtbl
impl Unpin for IGlobalizationPreferencesStatics_Vtbl
impl UnwindSafe for IGlobalizationPreferencesStatics_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