Struct windows_error::WindowsError [] [src]

pub struct WindowsError(_);

Represents Windows error code.

Methods

impl WindowsError
[src]

Constructs new error.

Constructs new error from last happened one via GetLastError call.

Returns underlying error code.

Returns description of underlying error code.

Trait Implementations

impl Clone for WindowsError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WindowsError
[src]

Formats the value using the given formatter.

impl Display for WindowsError
[src]

Formats the value using the given formatter. Read more

impl Error for WindowsError
[src]

A short description of the error. Read more

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

impl PartialEq for WindowsError
[src]

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

This method tests for !=.

impl From<u32> for WindowsError
[src]

Performs the conversion.

impl Into<u32> for WindowsError
[src]

Performs the conversion.

impl PartialEq<u32> for WindowsError
[src]

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

This method tests for !=.

impl From<u16> for WindowsError
[src]

Performs the conversion.

impl Into<u16> for WindowsError
[src]

Performs the conversion.

impl PartialEq<u16> for WindowsError
[src]

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

This method tests for !=.

impl From<u8> for WindowsError
[src]

Performs the conversion.

impl Into<u8> for WindowsError
[src]

Performs the conversion.

impl PartialEq<u8> for WindowsError
[src]

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

This method tests for !=.

impl From<usize> for WindowsError
[src]

Performs the conversion.

impl Into<usize> for WindowsError
[src]

Performs the conversion.

impl PartialEq<usize> for WindowsError
[src]

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

This method tests for !=.

impl From<i32> for WindowsError
[src]

Performs the conversion.

impl Into<i32> for WindowsError
[src]

Performs the conversion.

impl PartialEq<i32> for WindowsError
[src]

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

This method tests for !=.

impl From<i16> for WindowsError
[src]

Performs the conversion.

impl Into<i16> for WindowsError
[src]

Performs the conversion.

impl PartialEq<i16> for WindowsError
[src]

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

This method tests for !=.

impl From<i8> for WindowsError
[src]

Performs the conversion.

impl Into<i8> for WindowsError
[src]

Performs the conversion.

impl PartialEq<i8> for WindowsError
[src]

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

This method tests for !=.

impl From<isize> for WindowsError
[src]

Performs the conversion.

impl Into<isize> for WindowsError
[src]

Performs the conversion.

impl PartialEq<isize> for WindowsError
[src]

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

This method tests for !=.