#[repr(C)]pub struct reb_rotation {
pub ix: f64,
pub iy: f64,
pub iz: f64,
pub r: f64,
}Fields§
§ix: f64§iy: f64§iz: f64§r: f64Trait Implementations§
Source§impl Clone for reb_rotation
impl Clone for reb_rotation
Source§fn clone(&self) -> reb_rotation
fn clone(&self) -> reb_rotation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 reb_rotation
impl Debug for reb_rotation
impl Copy for reb_rotation
Auto Trait Implementations§
impl Freeze for reb_rotation
impl RefUnwindSafe for reb_rotation
impl Send for reb_rotation
impl Sync for reb_rotation
impl Unpin for reb_rotation
impl UnsafeUnpin for reb_rotation
impl UnwindSafe for reb_rotation
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