Enum directwrite::error::DWriteError [] [src]

pub enum DWriteError {
    ComError {
        hr: HRESULT,
        desc: Option<String>,
    },
}

Variants

Fields of ComError

Trait Implementations

impl Clone for DWriteError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DWriteError
[src]

Formats the value using the given formatter.

impl From<HRESULT> for DWriteError
[src]

Performs the conversion.

impl Display for DWriteError
[src]

Formats the value using the given formatter. Read more

impl Error for DWriteError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more