pub struct AOCSetAnimationSpeed {
pub speed: f32,
}
Fields§
§speed: f32
Trait Implementations§
Source§impl Clone for AOCSetAnimationSpeed
impl Clone for AOCSetAnimationSpeed
Source§fn clone(&self) -> AOCSetAnimationSpeed
fn clone(&self) -> AOCSetAnimationSpeed
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AOCSetAnimationSpeed
impl Debug for AOCSetAnimationSpeed
Source§impl Deserialize for AOCSetAnimationSpeed
impl Deserialize for AOCSetAnimationSpeed
Source§type Output = AOCSetAnimationSpeed
type Output = AOCSetAnimationSpeed
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for AOCSetAnimationSpeed
impl PartialEq for AOCSetAnimationSpeed
Source§impl Serialize for AOCSetAnimationSpeed
impl Serialize for AOCSetAnimationSpeed
type Input = AOCSetAnimationSpeed
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for AOCSetAnimationSpeed
Auto Trait Implementations§
impl Freeze for AOCSetAnimationSpeed
impl RefUnwindSafe for AOCSetAnimationSpeed
impl Send for AOCSetAnimationSpeed
impl Sync for AOCSetAnimationSpeed
impl Unpin for AOCSetAnimationSpeed
impl UnwindSafe for AOCSetAnimationSpeed
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