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