#[repr(C)]pub struct IRegistrationTriggerVtbl {
pub parent: ITriggerVtbl,
pub get_Delay: unsafe extern "system" fn(This: *mut IRegistrationTrigger, pDelay: *mut BSTR) -> HRESULT,
pub put_Delay: unsafe extern "system" fn(This: *mut IRegistrationTrigger, pDelay: BSTR) -> HRESULT,
}
Fields§
§parent: ITriggerVtbl
§get_Delay: unsafe extern "system" fn(This: *mut IRegistrationTrigger, pDelay: *mut BSTR) -> HRESULT
§put_Delay: unsafe extern "system" fn(This: *mut IRegistrationTrigger, pDelay: BSTR) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRegistrationTriggerVtbl
impl RefUnwindSafe for IRegistrationTriggerVtbl
impl Send for IRegistrationTriggerVtbl
impl Sync for IRegistrationTriggerVtbl
impl Unpin for IRegistrationTriggerVtbl
impl UnwindSafe for IRegistrationTriggerVtbl
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