pub struct DamageKind { /* private fields */ }
Trait Implementations§
Source§impl AzaleaRead for DamageKind
impl AzaleaRead for DamageKind
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for DamageKind
impl AzaleaWrite for DamageKind
Source§impl Clone for DamageKind
impl Clone for DamageKind
Source§fn clone(&self) -> DamageKind
fn clone(&self) -> DamageKind
Returns a copy 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 DataRegistry for DamageKind
impl DataRegistry for DamageKind
Source§impl Debug for DamageKind
impl Debug for DamageKind
Source§impl Hash for DamageKind
impl Hash for DamageKind
Source§impl PartialEq for DamageKind
impl PartialEq for DamageKind
impl Copy for DamageKind
impl Eq for DamageKind
impl StructuralPartialEq for DamageKind
Auto Trait Implementations§
impl Freeze for DamageKind
impl RefUnwindSafe for DamageKind
impl Send for DamageKind
impl Sync for DamageKind
impl Unpin for DamageKind
impl UnwindSafe for DamageKind
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