#[repr(C)]pub struct reb_display_settings {
pub view: reb_mat4df,
pub spheres: c_int,
pub pause: c_int,
pub wire: c_int,
pub breadcrumbs: c_uint,
pub onscreentext: c_int,
pub onscreenhelp: c_int,
pub multisample: c_int,
pub ghostboxes: c_int,
pub reference: c_int,
}Fields§
§view: reb_mat4df§spheres: c_int§pause: c_int§wire: c_int§onscreentext: c_int§onscreenhelp: c_int§multisample: c_int§ghostboxes: c_int§reference: c_intTrait Implementations§
Source§impl Clone for reb_display_settings
impl Clone for reb_display_settings
Source§fn clone(&self) -> reb_display_settings
fn clone(&self) -> reb_display_settings
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_display_settings
impl Debug for reb_display_settings
impl Copy for reb_display_settings
Auto Trait Implementations§
impl Freeze for reb_display_settings
impl RefUnwindSafe for reb_display_settings
impl Send for reb_display_settings
impl Sync for reb_display_settings
impl Unpin for reb_display_settings
impl UnsafeUnpin for reb_display_settings
impl UnwindSafe for reb_display_settings
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