pub struct Nanobot {
x: i32,
y: i32,
z: i32,
r: i32,
}Fields§
§x: i32§y: i32§z: i32§r: i32Implementations§
Auto Trait Implementations§
impl Freeze for Nanobot
impl RefUnwindSafe for Nanobot
impl Send for Nanobot
impl Sync for Nanobot
impl Unpin for Nanobot
impl UnwindSafe for Nanobot
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