Struct IRepetitionPattern_Vtbl
#[repr(C)]pub struct IRepetitionPattern_Vtbl {
pub base__: IDispatch_Vtbl,
pub Interval: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StopAtDurationEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetStopAtDurationEnd: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Interval: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§StopAtDurationEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetStopAtDurationEnd: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl IRepetitionPattern_Vtbl
impl IRepetitionPattern_Vtbl
pub const fn new<Identity: IRepetitionPattern_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRepetitionPattern_Vtbl
impl RefUnwindSafe for IRepetitionPattern_Vtbl
impl Send for IRepetitionPattern_Vtbl
impl Sync for IRepetitionPattern_Vtbl
impl Unpin for IRepetitionPattern_Vtbl
impl UnwindSafe for IRepetitionPattern_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