pub struct BehaviorTree {
pub bb: Blackboard,
pub status: BtStatus,
/* private fields */
}Expand description
A complete behavior tree with its own blackboard.
Fields§
§bb: Blackboard§status: BtStatusImplementations§
Auto Trait Implementations§
impl Freeze for BehaviorTree
impl !RefUnwindSafe for BehaviorTree
impl Send for BehaviorTree
impl Sync for BehaviorTree
impl Unpin for BehaviorTree
impl UnsafeUnpin for BehaviorTree
impl !UnwindSafe for BehaviorTree
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