pub struct ValuePtr(pub LivePtr);
Tuple Fields§
§0: LivePtr
Methods from Deref<Target = LivePtr>§
pub fn node_index(&self) -> usize
pub fn with_index(&self, index: usize) -> LivePtr
Trait Implementations§
Source§impl Ord for ValuePtr
impl Ord for ValuePtr
Source§impl PartialOrd for ValuePtr
impl PartialOrd for ValuePtr
impl Copy for ValuePtr
impl Eq for ValuePtr
impl StructuralPartialEq for ValuePtr
Auto Trait Implementations§
impl Freeze for ValuePtr
impl RefUnwindSafe for ValuePtr
impl Send for ValuePtr
impl Sync for ValuePtr
impl Unpin for ValuePtr
impl UnwindSafe for ValuePtr
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