Struct dis_rust::common::euler_angles_record::EulerAnglesRecord
source · [−]Expand description
Euler Angles Record as defined in IEEE 1278.1 standard. Used to communicate the orientation of an entity during the simulation. Uses radians as units.
Fields
psi_field: f32
theta_field: f32
phi_field: f32
Implementations
Trait Implementations
sourceimpl Clone for EulerAnglesRecord
impl Clone for EulerAnglesRecord
sourcefn clone(&self) -> EulerAnglesRecord
fn clone(&self) -> EulerAnglesRecord
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for EulerAnglesRecord
impl Debug for EulerAnglesRecord
sourceimpl Default for EulerAnglesRecord
impl Default for EulerAnglesRecord
sourcefn default() -> EulerAnglesRecord
fn default() -> EulerAnglesRecord
Returns the “default value” for a type. Read more
impl Copy for EulerAnglesRecord
Auto Trait Implementations
impl RefUnwindSafe for EulerAnglesRecord
impl Send for EulerAnglesRecord
impl Sync for EulerAnglesRecord
impl Unpin for EulerAnglesRecord
impl UnwindSafe for EulerAnglesRecord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more