Struct dis_rs::DrEulerAngles
source · pub struct DrEulerAngles {
pub local_yaw: f32,
pub local_pitch: f32,
pub local_roll: f32,
}Fields§
§local_yaw: f32§local_pitch: f32§local_roll: f32Implementations§
source§impl DrEulerAngles
impl DrEulerAngles
pub fn with_local_yaw(self, local_yaw: f32) -> Self
pub fn with_local_pitch(self, local_pitch: f32) -> Self
pub fn with_local_roll(self, local_roll: f32) -> Self
Trait Implementations§
source§impl Default for DrEulerAngles
impl Default for DrEulerAngles
source§fn default() -> DrEulerAngles
fn default() -> DrEulerAngles
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DrEulerAngles
impl Send for DrEulerAngles
impl Sync for DrEulerAngles
impl Unpin for DrEulerAngles
impl UnwindSafe for DrEulerAngles
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