pub struct HalloweenVoiceModulation;
Expand description
Represents the “halloween_voice_modulation” attribute.
Trait Implementations§
Source§impl Attribute for HalloweenVoiceModulation
impl Attribute for HalloweenVoiceModulation
Source§const USES_FLOAT_VALUE: bool = true
const USES_FLOAT_VALUE: bool = true
Not part of the schema. Read more
Source§const ATTRIBUTE: AttributeDef
const ATTRIBUTE: AttributeDef
The attribute definition.
Source§fn attribute_float_value(&self) -> Option<f32>
fn attribute_float_value(&self) -> Option<f32>
Gets the attribute float value.
Source§fn attribute_value(&self) -> AttributeValue
fn attribute_value(&self) -> AttributeValue
Gets the attribute value.
Source§impl Clone for HalloweenVoiceModulation
impl Clone for HalloweenVoiceModulation
Source§fn clone(&self) -> HalloweenVoiceModulation
fn clone(&self) -> HalloweenVoiceModulation
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 HalloweenVoiceModulation
impl Debug for HalloweenVoiceModulation
Source§impl Default for HalloweenVoiceModulation
impl Default for HalloweenVoiceModulation
Source§fn default() -> HalloweenVoiceModulation
fn default() -> HalloweenVoiceModulation
Returns the “default value” for a type. Read more
Source§impl From<&HalloweenVoiceModulation> for Spell
impl From<&HalloweenVoiceModulation> for Spell
Source§fn from(_: &HalloweenVoiceModulation) -> Self
fn from(_: &HalloweenVoiceModulation) -> Self
Converts to this type from the input type.
Source§impl From<HalloweenVoiceModulation> for Spell
impl From<HalloweenVoiceModulation> for Spell
Source§fn from(_: HalloweenVoiceModulation) -> Self
fn from(_: HalloweenVoiceModulation) -> Self
Converts to this type from the input type.
Source§impl Hash for HalloweenVoiceModulation
impl Hash for HalloweenVoiceModulation
Source§impl PartialEq for HalloweenVoiceModulation
impl PartialEq for HalloweenVoiceModulation
impl Copy for HalloweenVoiceModulation
impl Eq for HalloweenVoiceModulation
impl StructuralPartialEq for HalloweenVoiceModulation
Auto Trait Implementations§
impl Freeze for HalloweenVoiceModulation
impl RefUnwindSafe for HalloweenVoiceModulation
impl Send for HalloweenVoiceModulation
impl Sync for HalloweenVoiceModulation
impl Unpin for HalloweenVoiceModulation
impl UnwindSafe for HalloweenVoiceModulation
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