#[repr(C)]pub struct reb_collision {
pub p1: c_int,
pub p2: c_int,
pub gb: reb_vec6d,
pub ri: c_int,
}Fields§
§p1: c_int§p2: c_int§gb: reb_vec6d§ri: c_intTrait Implementations§
Source§impl Clone for reb_collision
impl Clone for reb_collision
Source§fn clone(&self) -> reb_collision
fn clone(&self) -> reb_collision
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_collision
impl Debug for reb_collision
impl Copy for reb_collision
Auto Trait Implementations§
impl Freeze for reb_collision
impl RefUnwindSafe for reb_collision
impl Send for reb_collision
impl Sync for reb_collision
impl Unpin for reb_collision
impl UnsafeUnpin for reb_collision
impl UnwindSafe for reb_collision
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