#[repr(C)]pub struct IRepetitionPatternVtbl {
pub parent: IDispatchVtbl,
pub get_Interval: unsafe extern "system" fn(This: *mut IRepetitionPattern, pInterval: *mut BSTR) -> HRESULT,
pub put_Interval: unsafe extern "system" fn(This: *mut IRepetitionPattern, pInterval: BSTR) -> HRESULT,
pub get_Duration: unsafe extern "system" fn(This: *mut IRepetitionPattern, pDuration: *mut BSTR) -> HRESULT,
pub put_Duration: unsafe extern "system" fn(This: *mut IRepetitionPattern, pDuration: BSTR) -> HRESULT,
pub get_StopAtDurationEnd: unsafe extern "system" fn(This: *mut IRepetitionPattern, pStop: *mut VARIANT_BOOL) -> HRESULT,
pub put_StopAtDurationEnd: unsafe extern "system" fn(This: *mut IRepetitionPattern, pStop: VARIANT_BOOL) -> HRESULT,
}Fields§
§parent: IDispatchVtbl§get_Interval: unsafe extern "system" fn(This: *mut IRepetitionPattern, pInterval: *mut BSTR) -> HRESULT§put_Interval: unsafe extern "system" fn(This: *mut IRepetitionPattern, pInterval: BSTR) -> HRESULT§get_Duration: unsafe extern "system" fn(This: *mut IRepetitionPattern, pDuration: *mut BSTR) -> HRESULT§put_Duration: unsafe extern "system" fn(This: *mut IRepetitionPattern, pDuration: BSTR) -> HRESULT§get_StopAtDurationEnd: unsafe extern "system" fn(This: *mut IRepetitionPattern, pStop: *mut VARIANT_BOOL) -> HRESULT§put_StopAtDurationEnd: unsafe extern "system" fn(This: *mut IRepetitionPattern, pStop: VARIANT_BOOL) -> HRESULTAuto Trait Implementations§
impl Freeze for IRepetitionPatternVtbl
impl RefUnwindSafe for IRepetitionPatternVtbl
impl Send for IRepetitionPatternVtbl
impl Sync for IRepetitionPatternVtbl
impl Unpin for IRepetitionPatternVtbl
impl UnwindSafe for IRepetitionPatternVtbl
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