Struct minetest_protocol::wire::types::AOCSetAnimation
source · 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 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 Debug for AOCSetAnimation
impl Debug for AOCSetAnimation
source§impl Deserialize for AOCSetAnimation
impl Deserialize for AOCSetAnimation
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<AOCSetAnimation> for AOCSetAnimation
impl PartialEq<AOCSetAnimation> for AOCSetAnimation
source§fn eq(&self, other: &AOCSetAnimation) -> bool
fn eq(&self, other: &AOCSetAnimation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.