pub struct FactorySpawn {
pub factory_id: u32,
pub unit_id: u32,
pub out: Hex,
}Fields§
§factory_id: u32§unit_id: u32§out: HexAuto Trait Implementations§
impl Freeze for FactorySpawn
impl RefUnwindSafe for FactorySpawn
impl Send for FactorySpawn
impl Sync for FactorySpawn
impl Unpin for FactorySpawn
impl UnwindSafe for FactorySpawn
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