pub struct WolfSoundVariant { /* private fields */ }
Trait Implementations§
Source§impl AzaleaRead for WolfSoundVariant
impl AzaleaRead for WolfSoundVariant
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for WolfSoundVariant
impl AzaleaWrite for WolfSoundVariant
Source§impl Clone for WolfSoundVariant
impl Clone for WolfSoundVariant
Source§fn clone(&self) -> WolfSoundVariant
fn clone(&self) -> WolfSoundVariant
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 DataRegistry for WolfSoundVariant
impl DataRegistry for WolfSoundVariant
Source§impl Debug for WolfSoundVariant
impl Debug for WolfSoundVariant
Source§impl Hash for WolfSoundVariant
impl Hash for WolfSoundVariant
Source§impl PartialEq for WolfSoundVariant
impl PartialEq for WolfSoundVariant
Source§impl Serialize for WolfSoundVariant
Available on crate feature serde
only.
impl Serialize for WolfSoundVariant
Available on crate feature
serde
only.impl Copy for WolfSoundVariant
impl Eq for WolfSoundVariant
impl StructuralPartialEq for WolfSoundVariant
Auto Trait Implementations§
impl Freeze for WolfSoundVariant
impl RefUnwindSafe for WolfSoundVariant
impl Send for WolfSoundVariant
impl Sync for WolfSoundVariant
impl Unpin for WolfSoundVariant
impl UnwindSafe for WolfSoundVariant
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.