pub struct SpellFocusObjectKey {
pub id: i32,
}Available on crate feature
tbc only.Fields§
§id: i32Implementations§
Trait Implementations§
Source§impl Clone for SpellFocusObjectKey
impl Clone for SpellFocusObjectKey
Source§fn clone(&self) -> SpellFocusObjectKey
fn clone(&self) -> SpellFocusObjectKey
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 SpellFocusObjectKey
impl Debug for SpellFocusObjectKey
Source§impl Default for SpellFocusObjectKey
impl Default for SpellFocusObjectKey
Source§fn default() -> SpellFocusObjectKey
fn default() -> SpellFocusObjectKey
Returns the “default value” for a type. Read more
Source§impl From<i16> for SpellFocusObjectKey
impl From<i16> for SpellFocusObjectKey
Source§impl From<i32> for SpellFocusObjectKey
impl From<i32> for SpellFocusObjectKey
Source§impl From<i8> for SpellFocusObjectKey
impl From<i8> for SpellFocusObjectKey
Source§impl From<u16> for SpellFocusObjectKey
impl From<u16> for SpellFocusObjectKey
Source§impl From<u8> for SpellFocusObjectKey
impl From<u8> for SpellFocusObjectKey
Source§impl Hash for SpellFocusObjectKey
impl Hash for SpellFocusObjectKey
Source§impl Ord for SpellFocusObjectKey
impl Ord for SpellFocusObjectKey
Source§fn cmp(&self, other: &SpellFocusObjectKey) -> Ordering
fn cmp(&self, other: &SpellFocusObjectKey) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SpellFocusObjectKey
impl PartialEq for SpellFocusObjectKey
Source§impl PartialOrd for SpellFocusObjectKey
impl PartialOrd for SpellFocusObjectKey
Source§impl TryFrom<i64> for SpellFocusObjectKey
impl TryFrom<i64> for SpellFocusObjectKey
Source§impl TryFrom<isize> for SpellFocusObjectKey
impl TryFrom<isize> for SpellFocusObjectKey
Source§impl TryFrom<u32> for SpellFocusObjectKey
impl TryFrom<u32> for SpellFocusObjectKey
Source§impl TryFrom<u64> for SpellFocusObjectKey
impl TryFrom<u64> for SpellFocusObjectKey
Source§impl TryFrom<usize> for SpellFocusObjectKey
impl TryFrom<usize> for SpellFocusObjectKey
impl Copy for SpellFocusObjectKey
impl Eq for SpellFocusObjectKey
impl StructuralPartialEq for SpellFocusObjectKey
Auto Trait Implementations§
impl Freeze for SpellFocusObjectKey
impl RefUnwindSafe for SpellFocusObjectKey
impl Send for SpellFocusObjectKey
impl Sync for SpellFocusObjectKey
impl Unpin for SpellFocusObjectKey
impl UnwindSafe for SpellFocusObjectKey
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