pub struct VarDefPtr(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 VarDefPtr
impl Ord for VarDefPtr
Source§impl PartialOrd for VarDefPtr
impl PartialOrd for VarDefPtr
impl Copy for VarDefPtr
impl Eq for VarDefPtr
impl StructuralPartialEq for VarDefPtr
Auto Trait Implementations§
impl Freeze for VarDefPtr
impl RefUnwindSafe for VarDefPtr
impl Send for VarDefPtr
impl Sync for VarDefPtr
impl Unpin for VarDefPtr
impl UnwindSafe for VarDefPtr
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