Struct dis_rs::Orientation
source · pub struct Orientation {
pub psi: f32,
pub theta: f32,
pub phi: f32,
}
Fields§
§psi: f32
§theta: f32
§phi: f32
Implementations§
Trait Implementations§
source§impl Default for Orientation
impl Default for Orientation
source§fn default() -> Orientation
fn default() -> Orientation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Orientation
impl Send for Orientation
impl Sync for Orientation
impl Unpin for Orientation
impl UnwindSafe for Orientation
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