windows::Win32::Devices::Fax

Trait IFaxOutboundRoutingGroup_Impl

pub trait IFaxOutboundRoutingGroup_Impl: IDispatch_Impl {
    // Required methods
    fn Name(&self) -> Result<BSTR>;
    fn Status(&self) -> Result<FAX_GROUP_STATUS_ENUM>;
    fn DeviceIds(&self) -> Result<IFaxDeviceIds>;
}

Required Methods§

fn Name(&self) -> Result<BSTR>

fn Status(&self) -> Result<FAX_GROUP_STATUS_ENUM>

fn DeviceIds(&self) -> Result<IFaxDeviceIds>

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.

Implementors§