#[repr(C)]
pub struct ISWbemDateTime_Vtbl {
Show 41 fields pub base__: IDispatch_Vtbl, pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT, pub Year: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetYear: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub YearSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetYearSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub Month: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetMonth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub MonthSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetMonthSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub Day: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetDay: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub DaySpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetDaySpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub Hours: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetHours: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub HoursSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetHoursSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub Minutes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetMinutes: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub MinutesSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetMinutesSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub Seconds: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetSeconds: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub SecondsSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetSecondsSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub Microseconds: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetMicroseconds: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub MicrosecondsSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetMicrosecondsSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub UTC: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetUTC: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub UTCSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetUTCSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub IsInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetIsInterval: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub GetVarDate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut f64) -> HRESULT, pub SetVarDate: unsafe extern "system" fn(_: *mut c_void, _: f64, _: VARIANT_BOOL) -> HRESULT, pub GetFileTime: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetFileTime: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: VARIANT_BOOL) -> HRESULT,
}

Fields§

§base__: IDispatch_Vtbl§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetValue: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT§Year: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetYear: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§YearSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetYearSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Month: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetMonth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§MonthSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetMonthSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Day: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetDay: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§DaySpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetDaySpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Hours: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetHours: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§HoursSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetHoursSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Minutes: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetMinutes: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§MinutesSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetMinutesSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Seconds: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetSeconds: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§SecondsSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetSecondsSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Microseconds: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetMicroseconds: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§MicrosecondsSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetMicrosecondsSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§UTC: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetUTC: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§UTCSpecified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetUTCSpecified: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§IsInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetIsInterval: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§GetVarDate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut f64) -> HRESULT§SetVarDate: unsafe extern "system" fn(_: *mut c_void, _: f64, _: VARIANT_BOOL) -> HRESULT§GetFileTime: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetFileTime: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: VARIANT_BOOL) -> HRESULT

Implementations§

§

impl ISWbemDateTime_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: ISWbemDateTime_Impl, const OFFSET: isize>( ) -> ISWbemDateTime_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.