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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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
Source§type Output = AOCSetBonePosition
type Output = AOCSetBonePosition
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for AOCSetBonePosition
impl PartialEq for AOCSetBonePosition
Source§impl Serialize for AOCSetBonePosition
impl Serialize for AOCSetBonePosition
type Input = AOCSetBonePosition
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for AOCSetBonePosition
Auto Trait Implementations§
impl Freeze for AOCSetBonePosition
impl RefUnwindSafe for AOCSetBonePosition
impl Send for AOCSetBonePosition
impl Sync for AOCSetBonePosition
impl Unpin for AOCSetBonePosition
impl UnwindSafe for AOCSetBonePosition
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more