Struct SurfaceWingSmileSelection
pub struct SurfaceWingSmileSelection { /* private fields */ }Implementations§
§impl SurfaceWingSmileSelection
impl SurfaceWingSmileSelection
pub fn new(
wing_rank: usize,
forward_anchor: f64,
atm: SurfaceSelectedSmilePoint,
put_wing: SurfaceSelectedSmilePoint,
call_wing: SurfaceSelectedSmilePoint,
) -> Result<Self, FerroRiskError>
pub fn new( wing_rank: usize, forward_anchor: f64, atm: SurfaceSelectedSmilePoint, put_wing: SurfaceSelectedSmilePoint, call_wing: SurfaceSelectedSmilePoint, ) -> Result<Self, FerroRiskError>
pub const fn forward_anchor(self) -> f64
pub const fn forward_anchor(self) -> f64
pub const fn atm(self) -> SurfaceSelectedSmilePoint
pub const fn atm(self) -> SurfaceSelectedSmilePoint
pub const fn put_wing(self) -> SurfaceSelectedSmilePoint
pub const fn put_wing(self) -> SurfaceSelectedSmilePoint
pub const fn call_wing(self) -> SurfaceSelectedSmilePoint
pub const fn call_wing(self) -> SurfaceSelectedSmilePoint
Trait Implementations§
§impl Clone for SurfaceWingSmileSelection
impl Clone for SurfaceWingSmileSelection
§fn clone(&self) -> SurfaceWingSmileSelection
fn clone(&self) -> SurfaceWingSmileSelection
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for SurfaceWingSmileSelection
impl PartialEq for SurfaceWingSmileSelection
impl Copy for SurfaceWingSmileSelection
impl StructuralPartialEq for SurfaceWingSmileSelection
Auto Trait Implementations§
impl Freeze for SurfaceWingSmileSelection
impl RefUnwindSafe for SurfaceWingSmileSelection
impl Send for SurfaceWingSmileSelection
impl Sync for SurfaceWingSmileSelection
impl Unpin for SurfaceWingSmileSelection
impl UnsafeUnpin for SurfaceWingSmileSelection
impl UnwindSafe for SurfaceWingSmileSelection
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)