pub struct SelectionTool { /* private fields */ }
Implementations§
Source§impl SelectionTool
impl SelectionTool
Trait Implementations§
Source§impl<M: From<RadiantSceneMessage>> RadiantTool<M> for SelectionTool
impl<M: From<RadiantSceneMessage>> RadiantTool<M> for SelectionTool
Auto Trait Implementations§
impl Freeze for SelectionTool
impl RefUnwindSafe for SelectionTool
impl Send for SelectionTool
impl Sync for SelectionTool
impl Unpin for SelectionTool
impl UnwindSafe for SelectionTool
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