Struct HRESULT
#[repr(transparent)]pub struct HRESULT(pub i32);Expand description
An error code value returned by most COM functions.
Tuple Fields§
§0: i32Implementations§
Trait Implementations§
impl Copy for HRESULT
impl Eq for HRESULT
Source§impl From<RPC_STATUS> for HRESULT
impl From<RPC_STATUS> for HRESULT
Source§fn from(value: RPC_STATUS) -> HRESULT
fn from(value: RPC_STATUS) -> HRESULT
Converts to this type from the input type.
Source§impl From<WIN32_ERROR> for HRESULT
impl From<WIN32_ERROR> for HRESULT
Source§fn from(value: WIN32_ERROR) -> HRESULT
fn from(value: WIN32_ERROR) -> HRESULT
Converts to this type from the input type.
Source§impl Ord for HRESULT
impl Ord for HRESULT
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for HRESULT
impl PartialOrd for HRESULT
impl StructuralPartialEq for HRESULT
Auto Trait Implementations§
impl Freeze for HRESULT
impl RefUnwindSafe for HRESULT
impl Send for HRESULT
impl Sync for HRESULT
impl Unpin for HRESULT
impl UnsafeUnpin for HRESULT
impl UnwindSafe for HRESULT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more