Trait IGPMMapEntry_Impl
pub trait IGPMMapEntry_Impl: IDispatch_Impl {
// Required methods
fn Source(&self) -> Result<BSTR>;
fn Destination(&self) -> Result<BSTR>;
fn DestinationOption(&self) -> Result<GPMDestinationOption>;
fn EntryType(&self) -> Result<GPMEntryType>;
}
Required Methods§
fn Source(&self) -> Result<BSTR>
fn Destination(&self) -> Result<BSTR>
fn DestinationOption(&self) -> Result<GPMDestinationOption>
fn EntryType(&self) -> Result<GPMEntryType>
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.