Trait windows::Win32::System::GroupPolicy::IGPMMapEntry_Impl
pub trait IGPMMapEntry_Impl: Sized + 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>
Object Safety§
This trait is not object safe.