pub struct PointerIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PointerIndex
impl Clone for PointerIndex
Source§fn clone(&self) -> PointerIndex
fn clone(&self) -> PointerIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PointerIndex
impl Debug for PointerIndex
Source§impl Default for PointerIndex
impl Default for PointerIndex
Source§fn default() -> PointerIndex
fn default() -> PointerIndex
Returns the “default value” for a type. Read more
Source§impl From<PointerIndex> for InputDescriptorIndex
impl From<PointerIndex> for InputDescriptorIndex
Source§fn from(index: PointerIndex) -> Self
fn from(index: PointerIndex) -> Self
Converts to this type from the input type.
Source§impl From<u32> for PointerIndex
impl From<u32> for PointerIndex
Source§impl Hash for PointerIndex
impl Hash for PointerIndex
Source§impl PartialEq for PointerIndex
impl PartialEq for PointerIndex
Source§fn eq(&self, other: &PointerIndex) -> bool
fn eq(&self, other: &PointerIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PointerIndex
impl Eq for PointerIndex
impl StructuralPartialEq for PointerIndex
Auto Trait Implementations§
impl Freeze for PointerIndex
impl RefUnwindSafe for PointerIndex
impl Send for PointerIndex
impl Sync for PointerIndex
impl Unpin for PointerIndex
impl UnsafeUnpin for PointerIndex
impl UnwindSafe for PointerIndex
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