pub struct WeaponsConstants { /* private fields */ }Expand description
Constants parsed from gui/data/constants/weapons.xml.
Implementations§
Trait Implementations§
Source§impl Clone for WeaponsConstants
impl Clone for WeaponsConstants
Source§fn clone(&self) -> WeaponsConstants
fn clone(&self) -> WeaponsConstants
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 moreAuto Trait Implementations§
impl Freeze for WeaponsConstants
impl RefUnwindSafe for WeaponsConstants
impl Send for WeaponsConstants
impl Sync for WeaponsConstants
impl Unpin for WeaponsConstants
impl UnsafeUnpin for WeaponsConstants
impl UnwindSafe for WeaponsConstants
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