Struct SignalsInNavigationServer3D
pub struct SignalsInNavigationServer3D<'c> { /* private fields */ }
Expand description
A collection of signals for the NavigationServer3D
class.
Implementations§
pub fn map_changed(&mut self) -> SigMapChanged<'c>
pub fn map_changed(&mut self) -> SigMapChanged<'c>
Signature: (map: Rid)
Signature: ()
pub fn avoidance_debug_changed(&mut self) -> SigAvoidanceDebugChanged<'c>
pub fn avoidance_debug_changed(&mut self) -> SigAvoidanceDebugChanged<'c>
Signature: ()
Auto Trait Implementations§
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