Struct 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
§fn default() -> PCALLBACK_OBJECT
fn default() -> PCALLBACK_OBJECT
Returns the “default value” for a type. Read more
§impl PartialEq for PCALLBACK_OBJECT
impl PartialEq for PCALLBACK_OBJECT
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