pub struct QuickBarSlot {
pub filter: ItemFilter,
pub item: LuaItem,
pub record: LuaRecord,
pub selection: &'static [LuaEntity],
pub type: QuickBarSlotType,
}Fields§
§filter: ItemFilter§item: LuaItem§record: LuaRecord§selection: &'static [LuaEntity]§type: QuickBarSlotTypeTrait Implementations§
Source§impl Clone for QuickBarSlot
impl Clone for QuickBarSlot
Source§fn clone(&self) -> QuickBarSlot
fn clone(&self) -> QuickBarSlot
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 QuickBarSlot
Source§impl Debug for QuickBarSlot
impl Debug for QuickBarSlot
Source§impl Default for QuickBarSlot
impl Default for QuickBarSlot
Source§fn default() -> QuickBarSlot
fn default() -> QuickBarSlot
Returns the “default value” for a type. Read more
Source§impl PartialEq for QuickBarSlot
impl PartialEq for QuickBarSlot
impl StructuralPartialEq for QuickBarSlot
Auto Trait Implementations§
impl Freeze for QuickBarSlot
impl RefUnwindSafe for QuickBarSlot
impl Send for QuickBarSlot
impl Sync for QuickBarSlot
impl Unpin for QuickBarSlot
impl UnsafeUnpin for QuickBarSlot
impl UnwindSafe for QuickBarSlot
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