Trait IAction_Impl
pub trait IAction_Impl: IDispatch_Impl {
// Required methods
fn Id(&self, pid: *mut BSTR) -> Result<()>;
fn SetId(&self, id: &BSTR) -> Result<()>;
fn Type(&self, ptype: *mut TASK_ACTION_TYPE) -> Result<()>;
}
Required Methods§
fn Id(&self, pid: *mut BSTR) -> Result<()>
fn SetId(&self, id: &BSTR) -> Result<()>
fn Type(&self, ptype: *mut TASK_ACTION_TYPE) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.