pub struct Loadout {
pub initial_blank_rounds: usize,
pub initial_live_rounds: usize,
pub new_items: usize,
}
Fields§
§initial_blank_rounds: usize
§initial_live_rounds: usize
§new_items: usize
Implementations§
Auto Trait Implementations§
impl Freeze for Loadout
impl RefUnwindSafe for Loadout
impl Send for Loadout
impl Sync for Loadout
impl Unpin for Loadout
impl UnwindSafe for Loadout
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