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