Struct IDateTimeFormatterFactory_Vtbl
#[repr(C)]pub struct IDateTimeFormatterFactory_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateDateTimeFormatter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateDateTimeFormatterLanguages: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateDateTimeFormatterContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateDateTimeFormatterDate: unsafe extern "system" fn(_: *mut c_void, _: YearFormat, _: MonthFormat, _: DayFormat, _: DayOfWeekFormat, _: *mut *mut c_void) -> HRESULT,
pub CreateDateTimeFormatterTime: unsafe extern "system" fn(_: *mut c_void, _: HourFormat, _: MinuteFormat, _: SecondFormat, _: *mut *mut c_void) -> HRESULT,
pub CreateDateTimeFormatterDateTimeLanguages: unsafe extern "system" fn(_: *mut c_void, _: YearFormat, _: MonthFormat, _: DayFormat, _: DayOfWeekFormat, _: HourFormat, _: MinuteFormat, _: SecondFormat, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateDateTimeFormatterDateTimeContext: unsafe extern "system" fn(_: *mut c_void, _: YearFormat, _: MonthFormat, _: DayFormat, _: DayOfWeekFormat, _: HourFormat, _: MinuteFormat, _: SecondFormat, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§CreateDateTimeFormatter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateDateTimeFormatterLanguages: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateDateTimeFormatterContext: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateDateTimeFormatterDate: unsafe extern "system" fn(_: *mut c_void, _: YearFormat, _: MonthFormat, _: DayFormat, _: DayOfWeekFormat, _: *mut *mut c_void) -> HRESULT§CreateDateTimeFormatterTime: unsafe extern "system" fn(_: *mut c_void, _: HourFormat, _: MinuteFormat, _: SecondFormat, _: *mut *mut c_void) -> HRESULT§CreateDateTimeFormatterDateTimeLanguages: unsafe extern "system" fn(_: *mut c_void, _: YearFormat, _: MonthFormat, _: DayFormat, _: DayOfWeekFormat, _: HourFormat, _: MinuteFormat, _: SecondFormat, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateDateTimeFormatterDateTimeContext: unsafe extern "system" fn(_: *mut c_void, _: YearFormat, _: MonthFormat, _: DayFormat, _: DayOfWeekFormat, _: HourFormat, _: MinuteFormat, _: SecondFormat, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IDateTimeFormatterFactory_Vtbl
impl RefUnwindSafe for IDateTimeFormatterFactory_Vtbl
impl Send for IDateTimeFormatterFactory_Vtbl
impl Sync for IDateTimeFormatterFactory_Vtbl
impl Unpin for IDateTimeFormatterFactory_Vtbl
impl UnwindSafe for IDateTimeFormatterFactory_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