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