pub(crate) struct SpellClassFlags {
pub class_set: i32,
pub class_mask: [i32; 4],
}Fields§
§class_set: i32§class_mask: [i32; 4]Trait Implementations§
Source§impl Clone for SpellClassFlags
impl Clone for SpellClassFlags
Source§fn clone(&self) -> SpellClassFlags
fn clone(&self) -> SpellClassFlags
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 SpellClassFlags
impl Debug for SpellClassFlags
Source§impl Default for SpellClassFlags
impl Default for SpellClassFlags
Source§fn default() -> SpellClassFlags
fn default() -> SpellClassFlags
Returns the “default value” for a type. Read more
impl Copy for SpellClassFlags
Auto Trait Implementations§
impl Freeze for SpellClassFlags
impl RefUnwindSafe for SpellClassFlags
impl Send for SpellClassFlags
impl Sync for SpellClassFlags
impl Unpin for SpellClassFlags
impl UnsafeUnpin for SpellClassFlags
impl UnwindSafe for SpellClassFlags
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