struct NodeAppArgs<'visit> {
idx: UniIndex,
rel_pos: AccessRelatedness,
nodes: &'visit mut UniValMap<Node>,
loc: &'visit mut LocationTree,
}Expand description
Data given to the transition function
Fields§
§idx: UniIndexThe index of the current node.
rel_pos: AccessRelatednessRelative position of the access.
nodes: &'visit mut UniValMap<Node>The node map of this tree.
loc: &'visit mut LocationTreeThe permissions map of this tree.
Auto Trait Implementations§
impl<'visit> Freeze for NodeAppArgs<'visit>
impl<'visit> RefUnwindSafe for NodeAppArgs<'visit>
impl<'visit> Send for NodeAppArgs<'visit>
impl<'visit> Sync for NodeAppArgs<'visit>
impl<'visit> Unpin for NodeAppArgs<'visit>
impl<'visit> !UnwindSafe for NodeAppArgs<'visit>
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
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