windows::Win32::Devices::Fax

Trait IFaxRecipient_Impl

pub trait IFaxRecipient_Impl: IDispatch_Impl {
    // Required methods
    fn FaxNumber(&self) -> Result<BSTR>;
    fn SetFaxNumber(&self, bstrfaxnumber: &BSTR) -> Result<()>;
    fn Name(&self) -> Result<BSTR>;
    fn SetName(&self, bstrname: &BSTR) -> Result<()>;
}

Required Methods§

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

fn SetFaxNumber(&self, bstrfaxnumber: &BSTR) -> Result<()>

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

fn SetName(&self, bstrname: &BSTR) -> 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.

Implementors§