#[repr(C)]pub struct JointOrientation {
pub JointType: JointType,
pub Orientation: Vector4,
}Fields§
§JointType: JointType§Orientation: Vector4Trait Implementations§
Source§impl Clone for JointOrientation
impl Clone for JointOrientation
Source§fn clone(&self) -> JointOrientation
fn clone(&self) -> JointOrientation
Returns a duplicate 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 JointOrientation
impl Debug for JointOrientation
Auto Trait Implementations§
impl Freeze for JointOrientation
impl RefUnwindSafe for JointOrientation
impl Send for JointOrientation
impl Sync for JointOrientation
impl Unpin for JointOrientation
impl UnwindSafe for JointOrientation
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