#[repr(C)]pub struct IMonthlyTriggerVtbl {
pub parent: ITriggerVtbl,
pub get_DaysOfMonth: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pDays: *mut c_long) -> HRESULT,
pub put_DaysOfMonth: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pDays: c_long) -> HRESULT,
pub get_MonthsOfYear: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pMonths: *mut c_short) -> HRESULT,
pub put_MonthsOfYear: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pMonths: c_short) -> HRESULT,
pub get_RunOnLastDayOfMonth: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pLastDay: *mut VARIANT_BOOL) -> HRESULT,
pub put_RunOnLastDayOfMonth: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pLastDay: VARIANT_BOOL) -> HRESULT,
pub get_RandomDelay: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pRandomDelay: *mut BSTR) -> HRESULT,
pub put_RandomDelay: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pRandomDelay: BSTR) -> HRESULT,
}
Fields§
§parent: ITriggerVtbl
§get_DaysOfMonth: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pDays: *mut c_long) -> HRESULT
§put_DaysOfMonth: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pDays: c_long) -> HRESULT
§get_MonthsOfYear: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pMonths: *mut c_short) -> HRESULT
§put_MonthsOfYear: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pMonths: c_short) -> HRESULT
§get_RunOnLastDayOfMonth: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pLastDay: *mut VARIANT_BOOL) -> HRESULT
§put_RunOnLastDayOfMonth: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pLastDay: VARIANT_BOOL) -> HRESULT
§get_RandomDelay: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pRandomDelay: *mut BSTR) -> HRESULT
§put_RandomDelay: unsafe extern "system" fn(This: *mut IMonthlyTrigger, pRandomDelay: BSTR) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMonthlyTriggerVtbl
impl RefUnwindSafe for IMonthlyTriggerVtbl
impl Send for IMonthlyTriggerVtbl
impl Sync for IMonthlyTriggerVtbl
impl Unpin for IMonthlyTriggerVtbl
impl UnwindSafe for IMonthlyTriggerVtbl
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