pub struct PermanentEnchantQuery {
pub tokenized_name: String,
pub rank: i32,
pub item_class: i32,
pub inventory_type: i32,
pub item_subclass: i32,
}Expand description
Exact permanent-enchant lookup coordinates used by SimC profile decoding.
Fields§
§tokenized_name: String§rank: i32§item_class: i32§inventory_type: i32§item_subclass: i32Trait Implementations§
Source§impl Clone for PermanentEnchantQuery
impl Clone for PermanentEnchantQuery
Source§fn clone(&self) -> PermanentEnchantQuery
fn clone(&self) -> PermanentEnchantQuery
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PermanentEnchantQuery
impl Debug for PermanentEnchantQuery
Source§impl PartialEq for PermanentEnchantQuery
impl PartialEq for PermanentEnchantQuery
impl Eq for PermanentEnchantQuery
impl StructuralPartialEq for PermanentEnchantQuery
Auto Trait Implementations§
impl Freeze for PermanentEnchantQuery
impl RefUnwindSafe for PermanentEnchantQuery
impl Send for PermanentEnchantQuery
impl Sync for PermanentEnchantQuery
impl Unpin for PermanentEnchantQuery
impl UnsafeUnpin for PermanentEnchantQuery
impl UnwindSafe for PermanentEnchantQuery
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