pub struct CPtrWithDepth { /* private fields */ }
Expand description
A capability pointer with a number of bits to resolve.
Implementations§
Source§impl CPtrWithDepth
impl CPtrWithDepth
Trait Implementations§
Source§impl Clone for CPtrWithDepth
impl Clone for CPtrWithDepth
Source§fn clone(&self) -> CPtrWithDepth
fn clone(&self) -> CPtrWithDepth
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CPtrWithDepth
impl Debug for CPtrWithDepth
Source§impl From<CPtr> for CPtrWithDepth
impl From<CPtr> for CPtrWithDepth
Source§impl HasCPtrWithDepth for CPtrWithDepth
impl HasCPtrWithDepth for CPtrWithDepth
Source§fn cptr_with_depth(self) -> CPtrWithDepth
fn cptr_with_depth(self) -> CPtrWithDepth
Returns the logical
CPtrWithDepth
entailed by self
.Source§impl Hash for CPtrWithDepth
impl Hash for CPtrWithDepth
Source§impl Ord for CPtrWithDepth
impl Ord for CPtrWithDepth
Source§impl PartialEq for CPtrWithDepth
impl PartialEq for CPtrWithDepth
Source§impl PartialOrd for CPtrWithDepth
impl PartialOrd for CPtrWithDepth
Source§fn partial_cmp(&self, other: &CPtrWithDepth) -> Option<Ordering>
fn partial_cmp(&self, other: &CPtrWithDepth) -> Option<Ordering>
impl Copy for CPtrWithDepth
impl Eq for CPtrWithDepth
impl StructuralPartialEq for CPtrWithDepth
Auto Trait Implementations§
impl Freeze for CPtrWithDepth
impl RefUnwindSafe for CPtrWithDepth
impl Send for CPtrWithDepth
impl Sync for CPtrWithDepth
impl Unpin for CPtrWithDepth
impl UnwindSafe for CPtrWithDepth
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)