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