pub struct AsteroidChunk {
pub movement: LuaAny,
pub name: &'static str,
pub position: LuaAny,
}Fields§
§movement: LuaAny§name: &'static str§position: LuaAnyTrait Implementations§
Source§impl Clone for AsteroidChunk
impl Clone for AsteroidChunk
Source§fn clone(&self) -> AsteroidChunk
fn clone(&self) -> AsteroidChunk
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AsteroidChunk
Source§impl Debug for AsteroidChunk
impl Debug for AsteroidChunk
Source§impl Default for AsteroidChunk
impl Default for AsteroidChunk
Source§fn default() -> AsteroidChunk
fn default() -> AsteroidChunk
Returns the “default value” for a type. Read more
Source§impl PartialEq for AsteroidChunk
impl PartialEq for AsteroidChunk
impl StructuralPartialEq for AsteroidChunk
Auto Trait Implementations§
impl Freeze for AsteroidChunk
impl RefUnwindSafe for AsteroidChunk
impl Send for AsteroidChunk
impl Sync for AsteroidChunk
impl Unpin for AsteroidChunk
impl UnsafeUnpin for AsteroidChunk
impl UnwindSafe for AsteroidChunk
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