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