pub struct AOCSetAnimation {
pub range: v2f,
pub speed: f32,
pub blend: f32,
pub no_loop: bool,
}
Fields§
§range: v2f
§speed: f32
§blend: f32
§no_loop: bool
Trait Implementations§
Source§impl Clone for AOCSetAnimation
impl Clone for AOCSetAnimation
Source§fn clone(&self) -> AOCSetAnimation
fn clone(&self) -> AOCSetAnimation
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 AOCSetAnimation
impl Debug for AOCSetAnimation
Source§impl Deserialize for AOCSetAnimation
impl Deserialize for AOCSetAnimation
Source§type Output = AOCSetAnimation
type Output = AOCSetAnimation
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for AOCSetAnimation
impl PartialEq for AOCSetAnimation
Source§impl Serialize for AOCSetAnimation
impl Serialize for AOCSetAnimation
type Input = AOCSetAnimation
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for AOCSetAnimation
Auto Trait Implementations§
impl Freeze for AOCSetAnimation
impl RefUnwindSafe for AOCSetAnimation
impl Send for AOCSetAnimation
impl Sync for AOCSetAnimation
impl Unpin for AOCSetAnimation
impl UnwindSafe for AOCSetAnimation
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