Trait IAccessoryNotificationTriggerDetails_Impl
pub trait IAccessoryNotificationTriggerDetails_Impl: IUnknownImpl {
// Required methods
fn TimeCreated(&self) -> Result<DateTime>;
fn AppDisplayName(&self) -> Result<HSTRING>;
fn AppId(&self) -> Result<HSTRING>;
fn AccessoryNotificationType(&self) -> Result<AccessoryNotificationType>;
fn StartedProcessing(&self) -> Result<bool>;
fn SetStartedProcessing(&self, value: bool) -> Result<()>;
}
Required Methods§
fn TimeCreated(&self) -> Result<DateTime>
fn AppDisplayName(&self) -> Result<HSTRING>
fn AppId(&self) -> Result<HSTRING>
fn AccessoryNotificationType(&self) -> Result<AccessoryNotificationType>
fn StartedProcessing(&self) -> Result<bool>
fn SetStartedProcessing(&self, value: bool) -> 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.