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