pub struct BSUntypedPointerHandle(/* private fields */);
Expand description
A raw 32-bit untyped handle used internally for object references.
Implementations§
Trait Implementations§
Source§impl Clone for BSUntypedPointerHandle
impl Clone for BSUntypedPointerHandle
Source§fn clone(&self) -> BSUntypedPointerHandle
fn clone(&self) -> BSUntypedPointerHandle
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 moreSource§impl Debug for BSUntypedPointerHandle
impl Debug for BSUntypedPointerHandle
Source§impl Default for BSUntypedPointerHandle
impl Default for BSUntypedPointerHandle
Source§fn default() -> BSUntypedPointerHandle
fn default() -> BSUntypedPointerHandle
Returns the “default value” for a type. Read more
Source§impl Hash for BSUntypedPointerHandle
impl Hash for BSUntypedPointerHandle
Source§impl Ord for BSUntypedPointerHandle
impl Ord for BSUntypedPointerHandle
Source§fn cmp(&self, other: &BSUntypedPointerHandle) -> Ordering
fn cmp(&self, other: &BSUntypedPointerHandle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BSUntypedPointerHandle
impl PartialEq for BSUntypedPointerHandle
Source§impl PartialOrd for BSUntypedPointerHandle
impl PartialOrd for BSUntypedPointerHandle
impl Copy for BSUntypedPointerHandle
impl Eq for BSUntypedPointerHandle
impl StructuralPartialEq for BSUntypedPointerHandle
Auto Trait Implementations§
impl Freeze for BSUntypedPointerHandle
impl RefUnwindSafe for BSUntypedPointerHandle
impl Send for BSUntypedPointerHandle
impl Sync for BSUntypedPointerHandle
impl Unpin for BSUntypedPointerHandle
impl UnwindSafe for BSUntypedPointerHandle
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