pub struct Nanobot {
x: i32,
y: i32,
z: i32,
r: i32,
}
Fields§
§x: i32
§y: i32
§z: i32
§r: i32
Implementations§
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