pub struct UAView {
pub base: UAInstance,
pub contains_no_loops: bool,
pub event_notifier: EventNotifier,
}Expand description
View defined in a node set file.
Fields§
§base: UAInstanceBase data.
contains_no_loops: boolWhether this view contains no loops.
event_notifier: EventNotifierEvent notifier.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UAView
impl RefUnwindSafe for UAView
impl Send for UAView
impl Sync for UAView
impl Unpin for UAView
impl UnwindSafe for UAView
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