Struct windows::Win32::System::Rpc::RPC_STATUS
#[repr(transparent)]pub struct RPC_STATUS(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl RPC_STATUS
impl RPC_STATUS
Trait Implementations§
§impl Clone for RPC_STATUS
impl Clone for RPC_STATUS
§fn clone(&self) -> RPC_STATUS
fn clone(&self) -> RPC_STATUS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for RPC_STATUS
impl Debug for RPC_STATUS
§impl Default for RPC_STATUS
impl Default for RPC_STATUS
§fn default() -> RPC_STATUS
fn default() -> RPC_STATUS
Returns the “default value” for a type. Read more
§impl From<RPC_STATUS> for Error
impl From<RPC_STATUS> for Error
§fn from(value: RPC_STATUS) -> Self
fn from(value: RPC_STATUS) -> Self
Converts to this type from the input type.
§impl From<RPC_STATUS> for HRESULT
impl From<RPC_STATUS> for HRESULT
§fn from(value: RPC_STATUS) -> Self
fn from(value: RPC_STATUS) -> Self
Converts to this type from the input type.
§impl PartialEq for RPC_STATUS
impl PartialEq for RPC_STATUS
§fn eq(&self, other: &RPC_STATUS) -> bool
fn eq(&self, other: &RPC_STATUS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RPC_STATUS
impl Eq for RPC_STATUS
impl StructuralPartialEq for RPC_STATUS
Auto Trait Implementations§
impl Freeze for RPC_STATUS
impl RefUnwindSafe for RPC_STATUS
impl Send for RPC_STATUS
impl Sync for RPC_STATUS
impl Unpin for RPC_STATUS
impl UnwindSafe for RPC_STATUS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)