pub struct SpawnResult {
pub entry: SpawnEntry,
pub count: u32,
pub position: Option<(i32, i32)>,
}Expand description
Result of a spawn roll.
Fields§
§entry: SpawnEntry§count: u32§position: Option<(i32, i32)>Trait Implementations§
Source§impl Clone for SpawnResult
impl Clone for SpawnResult
Source§fn clone(&self) -> SpawnResult
fn clone(&self) -> SpawnResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SpawnResult
impl RefUnwindSafe for SpawnResult
impl Send for SpawnResult
impl Sync for SpawnResult
impl Unpin for SpawnResult
impl UnsafeUnpin for SpawnResult
impl UnwindSafe for SpawnResult
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