Struct SurfaceDeltaWingStrikeSelection
pub struct SurfaceDeltaWingStrikeSelection { /* private fields */ }Implementations§
§impl SurfaceDeltaWingStrikeSelection
impl SurfaceDeltaWingStrikeSelection
pub fn new(
absolute_delta: f64,
convention: SurfaceDeltaConvention,
put_wing: SurfaceDeltaStrikeSelection,
call_wing: SurfaceDeltaStrikeSelection,
) -> Result<Self, FerroRiskError>
pub fn new( absolute_delta: f64, convention: SurfaceDeltaConvention, put_wing: SurfaceDeltaStrikeSelection, call_wing: SurfaceDeltaStrikeSelection, ) -> Result<Self, FerroRiskError>
pub const fn absolute_delta(self) -> f64
pub const fn absolute_delta(self) -> f64
pub const fn convention(self) -> SurfaceDeltaConvention
pub const fn convention(self) -> SurfaceDeltaConvention
pub const fn put_wing(self) -> SurfaceDeltaStrikeSelection
pub const fn put_wing(self) -> SurfaceDeltaStrikeSelection
pub const fn call_wing(self) -> SurfaceDeltaStrikeSelection
pub const fn call_wing(self) -> SurfaceDeltaStrikeSelection
Trait Implementations§
§impl Clone for SurfaceDeltaWingStrikeSelection
impl Clone for SurfaceDeltaWingStrikeSelection
§fn clone(&self) -> SurfaceDeltaWingStrikeSelection
fn clone(&self) -> SurfaceDeltaWingStrikeSelection
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
impl Copy for SurfaceDeltaWingStrikeSelection
impl StructuralPartialEq for SurfaceDeltaWingStrikeSelection
Auto Trait Implementations§
impl Freeze for SurfaceDeltaWingStrikeSelection
impl RefUnwindSafe for SurfaceDeltaWingStrikeSelection
impl Send for SurfaceDeltaWingStrikeSelection
impl Sync for SurfaceDeltaWingStrikeSelection
impl Unpin for SurfaceDeltaWingStrikeSelection
impl UnsafeUnpin for SurfaceDeltaWingStrikeSelection
impl UnwindSafe for SurfaceDeltaWingStrikeSelection
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)