windows::Devices::Sms

Trait ISmsMessageBase_Impl

pub trait ISmsMessageBase_Impl: IUnknownImpl {
    // Required methods
    fn MessageType(&self) -> Result<SmsMessageType>;
    fn DeviceId(&self) -> Result<HSTRING>;
    fn CellularClass(&self) -> Result<CellularClass>;
    fn MessageClass(&self) -> Result<SmsMessageClass>;
    fn SimIccId(&self) -> Result<HSTRING>;
}

Required Methods§

fn MessageType(&self) -> Result<SmsMessageType>

fn DeviceId(&self) -> Result<HSTRING>

fn CellularClass(&self) -> Result<CellularClass>

fn MessageClass(&self) -> Result<SmsMessageClass>

fn SimIccId(&self) -> Result<HSTRING>

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§