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