pub struct SliceHandle { /* private fields */ }Expand description
Memory Handle.
Trait Implementations§
Source§impl Clone for SliceHandle
 
impl Clone for SliceHandle
Source§fn clone(&self) -> SliceHandle
 
fn clone(&self) -> SliceHandle
Returns a duplicate 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 SliceHandle
 
impl Debug for SliceHandle
Source§impl Default for SliceHandle
 
impl Default for SliceHandle
Source§impl Deref for SliceHandle
 
impl Deref for SliceHandle
Source§impl MemoryHandle<SliceBinding> for SliceHandle
 
impl MemoryHandle<SliceBinding> for SliceHandle
Source§impl PartialEq for SliceHandle
 
impl PartialEq for SliceHandle
impl Eq for SliceHandle
impl StructuralPartialEq for SliceHandle
Auto Trait Implementations§
impl Freeze for SliceHandle
impl RefUnwindSafe for SliceHandle
impl Send for SliceHandle
impl Sync for SliceHandle
impl Unpin for SliceHandle
impl UnwindSafe for SliceHandle
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.