NodeAppArgs

Struct NodeAppArgs 

Source
pub struct NodeAppArgs<'visit, T> {
    pub idx: UniIndex,
    pub rel_pos: AccessRelatedness,
    pub nodes: &'visit mut UniValMap<Node>,
    pub data: &'visit mut T,
}
Expand description

Data given to the transition function

Fields§

§idx: UniIndex

The index of the current node.

§rel_pos: AccessRelatedness

Relative position of the access.

§nodes: &'visit mut UniValMap<Node>

The node map of this tree.

§data: &'visit mut T

Additional data we want to be able to modify in f_propagate and read in f_continue.

Auto Trait Implementations§

§

impl<'visit, T> Freeze for NodeAppArgs<'visit, T>

§

impl<'visit, T> RefUnwindSafe for NodeAppArgs<'visit, T>
where T: RefUnwindSafe,

§

impl<'visit, T> Send for NodeAppArgs<'visit, T>
where T: Send,

§

impl<'visit, T> Sync for NodeAppArgs<'visit, T>
where T: Sync,

§

impl<'visit, T> Unpin for NodeAppArgs<'visit, T>

§

impl<'visit, T> !UnwindSafe for NodeAppArgs<'visit, T>

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 24 bytes