Struct windows::Win32::Foundation::WIN32_ERROR
#[repr(transparent)]pub struct WIN32_ERROR(pub u32);
Expand description
Required features: "Win32_Foundation"
Tuple Fields§
§0: u32
Implementations§
§impl WIN32_ERROR
impl WIN32_ERROR
Trait Implementations§
§impl Clone for WIN32_ERROR
impl Clone for WIN32_ERROR
§impl Debug for WIN32_ERROR
impl Debug for WIN32_ERROR
§impl From<WIN32_ERROR> for Error
impl From<WIN32_ERROR> for Error
§fn from(value: WIN32_ERROR) -> Self
fn from(value: WIN32_ERROR) -> Self
Converts to this type from the input type.
§impl From<WIN32_ERROR> for HRESULT
impl From<WIN32_ERROR> for HRESULT
§fn from(value: WIN32_ERROR) -> Self
fn from(value: WIN32_ERROR) -> Self
Converts to this type from the input type.