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