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 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 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
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