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