Struct windows::Wdk::Foundation::PPCW_INSTANCE
#[repr(transparent)]pub struct PPCW_INSTANCE(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for PPCW_INSTANCE
impl Clone for PPCW_INSTANCE
§fn clone(&self) -> PPCW_INSTANCE
fn clone(&self) -> PPCW_INSTANCE
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 PPCW_INSTANCE
impl Debug for PPCW_INSTANCE
§impl Default for PPCW_INSTANCE
impl Default for PPCW_INSTANCE
§impl PartialEq for PPCW_INSTANCE
impl PartialEq for PPCW_INSTANCE
§fn eq(&self, other: &PPCW_INSTANCE) -> bool
fn eq(&self, other: &PPCW_INSTANCE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PPCW_INSTANCE
impl Eq for PPCW_INSTANCE
impl StructuralPartialEq for PPCW_INSTANCE
Auto Trait Implementations§
impl Freeze for PPCW_INSTANCE
impl RefUnwindSafe for PPCW_INSTANCE
impl Send for PPCW_INSTANCE
impl Sync for PPCW_INSTANCE
impl Unpin for PPCW_INSTANCE
impl UnwindSafe for PPCW_INSTANCE
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
)