#[repr(C)]pub struct reb_server_data {
pub r: *mut reb_simulation,
pub r_copy: *mut reb_simulation,
pub port: c_int,
pub need_copy: c_int,
pub ready: c_int,
}Fields§
§r: *mut reb_simulation§r_copy: *mut reb_simulation§port: c_int§need_copy: c_int§ready: c_intTrait Implementations§
Source§impl Clone for reb_server_data
impl Clone for reb_server_data
Source§fn clone(&self) -> reb_server_data
fn clone(&self) -> reb_server_data
Returns a duplicate of the value. Read more
1.0.0 · 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_server_data
impl Debug for reb_server_data
impl Copy for reb_server_data
Auto Trait Implementations§
impl Freeze for reb_server_data
impl RefUnwindSafe for reb_server_data
impl !Send for reb_server_data
impl !Sync for reb_server_data
impl Unpin for reb_server_data
impl UnwindSafe for reb_server_data
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