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