windows::Phone::PersonalInformation

Trait IContactInformation2_Impl

pub trait IContactInformation2_Impl: IUnknownImpl {
    // Required methods
    fn DisplayPictureDate(&self) -> Result<DateTime>;
    fn SetDisplayPictureDate(&self, returnValue: &DateTime) -> Result<()>;
}

Required Methods§

fn DisplayPictureDate(&self) -> Result<DateTime>

fn SetDisplayPictureDate(&self, returnValue: &DateTime) -> 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§