Struct minetest_protocol::wire::types::AOCSetAnimationSpeed   
source · pub struct AOCSetAnimationSpeed {
    pub speed: f32,
}Fields§
§speed: f32Trait Implementations§
source§impl Clone for AOCSetAnimationSpeed
 
impl Clone for AOCSetAnimationSpeed
source§fn clone(&self) -> AOCSetAnimationSpeed
 
fn clone(&self) -> AOCSetAnimationSpeed
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 AOCSetAnimationSpeed
 
impl Debug for AOCSetAnimationSpeed
source§impl Deserialize for AOCSetAnimationSpeed
 
impl Deserialize for AOCSetAnimationSpeed
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<AOCSetAnimationSpeed> for AOCSetAnimationSpeed
 
impl PartialEq<AOCSetAnimationSpeed> for AOCSetAnimationSpeed
source§fn eq(&self, other: &AOCSetAnimationSpeed) -> bool
 
fn eq(&self, other: &AOCSetAnimationSpeed) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.