Enum minetest_protocol::wire::types::TweenStyle
source · pub enum TweenStyle {
Fwd,
Rev,
Pulse,
Flicker,
}
Variants§
Trait Implementations§
source§impl Clone for TweenStyle
impl Clone for TweenStyle
source§fn clone(&self) -> TweenStyle
fn clone(&self) -> TweenStyle
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 TweenStyle
impl Debug for TweenStyle
source§impl Deserialize for TweenStyle
impl Deserialize for TweenStyle
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<TweenStyle> for TweenStyle
impl PartialEq<TweenStyle> for TweenStyle
source§fn eq(&self, other: &TweenStyle) -> bool
fn eq(&self, other: &TweenStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.