Struct SHANDLE_PTR
#[repr(transparent)]pub struct SHANDLE_PTR(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for SHANDLE_PTR
impl Clone for SHANDLE_PTR
§fn clone(&self) -> SHANDLE_PTR
fn clone(&self) -> SHANDLE_PTR
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 SHANDLE_PTR
impl Debug for SHANDLE_PTR
§impl Default for SHANDLE_PTR
impl Default for SHANDLE_PTR
§fn default() -> SHANDLE_PTR
fn default() -> SHANDLE_PTR
Returns the “default value” for a type. Read more
§impl PartialEq for SHANDLE_PTR
impl PartialEq for SHANDLE_PTR
impl Copy for SHANDLE_PTR
impl Eq for SHANDLE_PTR
impl StructuralPartialEq for SHANDLE_PTR
Auto Trait Implementations§
impl Freeze for SHANDLE_PTR
impl RefUnwindSafe for SHANDLE_PTR
impl Send for SHANDLE_PTR
impl Sync for SHANDLE_PTR
impl Unpin for SHANDLE_PTR
impl UnwindSafe for SHANDLE_PTR
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