Struct pwasm_utils::EntryRef [−][src]
pub struct EntryRef<T>(_);
Reference to the entry in the rerence list.
Implementations
impl<T> EntryRef<T>
[src]
impl<T> EntryRef<T>
[src]pub fn read(&self) -> Ref<'_, Entry<T>>
[src]
Read the reference data.
pub fn write(&self) -> RefMut<'_, Entry<T>>
[src]
Try to modify internal content of the referenced object.
May panic if it is already borrowed.
pub fn order(&self) -> Option<usize>
[src]
Index of the element within the reference list.
pub fn link_count(&self) -> usize
[src]
Number of active links to this entity.