Struct windows::Win32::System::Rpc::STUB_PHASE
#[repr(transparent)]pub struct STUB_PHASE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for STUB_PHASE
impl Clone for STUB_PHASE
§fn clone(&self) -> STUB_PHASE
fn clone(&self) -> STUB_PHASE
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 STUB_PHASE
impl Debug for STUB_PHASE
§impl Default for STUB_PHASE
impl Default for STUB_PHASE
§fn default() -> STUB_PHASE
fn default() -> STUB_PHASE
Returns the “default value” for a type. Read more
§impl PartialEq for STUB_PHASE
impl PartialEq for STUB_PHASE
§fn eq(&self, other: &STUB_PHASE) -> bool
fn eq(&self, other: &STUB_PHASE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for STUB_PHASE
impl Eq for STUB_PHASE
impl StructuralPartialEq for STUB_PHASE
Auto Trait Implementations§
impl Freeze for STUB_PHASE
impl RefUnwindSafe for STUB_PHASE
impl Send for STUB_PHASE
impl Sync for STUB_PHASE
impl Unpin for STUB_PHASE
impl UnwindSafe for STUB_PHASE
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
)