pub struct WolfSoundVariant {
pub variant: WolfSoundVariant,
}Fields§
§variant: WolfSoundVariantTrait 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 DataComponentTrait for WolfSoundVariant
impl DataComponentTrait for WolfSoundVariant
const KIND: DataComponentKind = DataComponentKind::WolfSoundVariant
Source§impl Debug for WolfSoundVariant
impl Debug for WolfSoundVariant
Source§impl From<WolfSoundVariant> for DataComponentUnion
impl From<WolfSoundVariant> for DataComponentUnion
Source§fn from(value: WolfSoundVariant) -> Self
fn from(value: WolfSoundVariant) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WolfSoundVariant
impl PartialEq for WolfSoundVariant
Source§impl Serialize for WolfSoundVariant
impl Serialize 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