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