pub struct EmptySlotInfo {
pub caption: &'static str,
pub sprite: LuaAny,
pub text: &'static str,
}Fields§
§caption: &'static str§sprite: LuaAny§text: &'static strTrait Implementations§
Source§impl Clone for EmptySlotInfo
impl Clone for EmptySlotInfo
Source§fn clone(&self) -> EmptySlotInfo
fn clone(&self) -> EmptySlotInfo
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 EmptySlotInfo
Source§impl Debug for EmptySlotInfo
impl Debug for EmptySlotInfo
Source§impl Default for EmptySlotInfo
impl Default for EmptySlotInfo
Source§fn default() -> EmptySlotInfo
fn default() -> EmptySlotInfo
Returns the “default value” for a type. Read more
Source§impl PartialEq for EmptySlotInfo
impl PartialEq for EmptySlotInfo
impl StructuralPartialEq for EmptySlotInfo
Auto Trait Implementations§
impl Freeze for EmptySlotInfo
impl RefUnwindSafe for EmptySlotInfo
impl Send for EmptySlotInfo
impl Sync for EmptySlotInfo
impl Unpin for EmptySlotInfo
impl UnsafeUnpin for EmptySlotInfo
impl UnwindSafe for EmptySlotInfo
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