pub struct ChandelierExitOutput {
pub long: f64,
pub short: f64,
}Fields§
§long: f64§short: f64Trait Implementations§
Source§impl Clone for ChandelierExitOutput
impl Clone for ChandelierExitOutput
Source§fn clone(&self) -> ChandelierExitOutput
fn clone(&self) -> ChandelierExitOutput
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 ChandelierExitOutput
impl Debug for ChandelierExitOutput
Source§impl From<ChandelierExitOutput> for (f64, f64)
impl From<ChandelierExitOutput> for (f64, f64)
Source§fn from(ce: ChandelierExitOutput) -> Self
fn from(ce: ChandelierExitOutput) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChandelierExitOutput
impl PartialEq for ChandelierExitOutput
impl StructuralPartialEq for ChandelierExitOutput
Auto Trait Implementations§
impl Freeze for ChandelierExitOutput
impl RefUnwindSafe for ChandelierExitOutput
impl Send for ChandelierExitOutput
impl Sync for ChandelierExitOutput
impl Unpin for ChandelierExitOutput
impl UnwindSafe for ChandelierExitOutput
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