Struct amsi::WinError[][src]

pub struct WinError { /* fields omitted */ }

Represents a Windows Error

Methods

impl WinError
[src]

Creates a new WinError. This function will actually call GetLastError().

Creates a new WinError from the specified error code.

Creates a new WinError from the specified HRESULT code.

Trait Implementations

impl Debug for WinError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WinError

impl Sync for WinError