Trait IPrinterExtensionEventArgs_Impl
pub trait IPrinterExtensionEventArgs_Impl: IPrinterExtensionContext_Impl {
// Required methods
fn BidiNotification(&self) -> Result<BSTR>;
fn ReasonId(&self) -> Result<GUID>;
fn Request(&self) -> Result<IPrinterExtensionRequest>;
fn SourceApplication(&self) -> Result<BSTR>;
fn DetailedReasonId(&self) -> Result<GUID>;
fn WindowModal(&self) -> Result<BOOL>;
fn WindowParent(&self) -> Result<HANDLE>;
}
Required Methods§
fn BidiNotification(&self) -> Result<BSTR>
fn ReasonId(&self) -> Result<GUID>
fn Request(&self) -> Result<IPrinterExtensionRequest>
fn SourceApplication(&self) -> Result<BSTR>
fn DetailedReasonId(&self) -> Result<GUID>
fn WindowModal(&self) -> Result<BOOL>
fn WindowParent(&self) -> Result<HANDLE>
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.