pub struct LuaEquipmentPrototypeShape {
pub height: u32,
pub points: &'static [EquipmentPoint],
pub width: u32,
}Fields§
§height: u32§points: &'static [EquipmentPoint]§width: u32Trait Implementations§
Source§impl Clone for LuaEquipmentPrototypeShape
impl Clone for LuaEquipmentPrototypeShape
Source§fn clone(&self) -> LuaEquipmentPrototypeShape
fn clone(&self) -> LuaEquipmentPrototypeShape
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 moreimpl Copy for LuaEquipmentPrototypeShape
Source§impl Debug for LuaEquipmentPrototypeShape
impl Debug for LuaEquipmentPrototypeShape
Source§impl Default for LuaEquipmentPrototypeShape
impl Default for LuaEquipmentPrototypeShape
Source§fn default() -> LuaEquipmentPrototypeShape
fn default() -> LuaEquipmentPrototypeShape
Returns the “default value” for a type. Read more
impl StructuralPartialEq for LuaEquipmentPrototypeShape
Auto Trait Implementations§
impl Freeze for LuaEquipmentPrototypeShape
impl RefUnwindSafe for LuaEquipmentPrototypeShape
impl Send for LuaEquipmentPrototypeShape
impl Sync for LuaEquipmentPrototypeShape
impl Unpin for LuaEquipmentPrototypeShape
impl UnsafeUnpin for LuaEquipmentPrototypeShape
impl UnwindSafe for LuaEquipmentPrototypeShape
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