Struct redirect::error::WinError [] [src]

pub struct WinError {
    pub hr: HRESULT,
}

an winerror

Fields

Methods

impl WinError
[src]

[src]

impl WinError
[src]

[src]

construct an error from an HRESULT

[src]

construct an Result from an HRESULT and a closure

Trait Implementations

impl Copy for WinError
[src]

impl Clone for WinError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for WinError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for WinError
[src]

impl Debug for WinError
[src]

[src]

Formats the value using the given formatter.