Struct ISchedule_Vtbl
#[repr(C)]pub struct ISchedule_Vtbl {
pub base__: IDispatch_Vtbl,
pub StartDate: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetStartDate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
pub EndDate: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetEndDate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
pub StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
pub Days: unsafe extern "system" fn(_: *mut c_void, _: *mut WeekDays) -> HRESULT,
pub SetDays: unsafe extern "system" fn(_: *mut c_void, _: WeekDays) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§StartDate: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§SetStartDate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
§EndDate: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§SetEndDate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
§StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
§Days: unsafe extern "system" fn(_: *mut c_void, _: *mut WeekDays) -> HRESULT
§SetDays: unsafe extern "system" fn(_: *mut c_void, _: WeekDays) -> HRESULT
Implementations§
§impl ISchedule_Vtbl
impl ISchedule_Vtbl
pub const fn new<Identity: ISchedule_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISchedule_Vtbl
impl RefUnwindSafe for ISchedule_Vtbl
impl Send for ISchedule_Vtbl
impl Sync for ISchedule_Vtbl
impl Unpin for ISchedule_Vtbl
impl UnwindSafe for ISchedule_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