#[repr(C)]pub struct ScsSolution {
pub x: *mut f64,
pub y: *mut f64,
pub s: *mut f64,
}Fields§
§x: *mut f64§y: *mut f64§s: *mut f64Trait Implementations§
Source§impl Clone for ScsSolution
impl Clone for ScsSolution
Source§fn clone(&self) -> ScsSolution
fn clone(&self) -> ScsSolution
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 ScsSolution
impl Debug for ScsSolution
impl Copy for ScsSolution
Auto Trait Implementations§
impl Freeze for ScsSolution
impl RefUnwindSafe for ScsSolution
impl !Send for ScsSolution
impl !Sync for ScsSolution
impl Unpin for ScsSolution
impl UnwindSafe for ScsSolution
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