Struct e57::SphericalBounds
source · pub struct SphericalBounds {
pub range_min: Option<f64>,
pub range_max: Option<f64>,
pub elevation_min: Option<f64>,
pub elevation_max: Option<f64>,
pub azimuth_start: Option<f64>,
pub azimuth_end: Option<f64>,
}Expand description
Optional minimum and maximum values for spherical coordinates.
Fields§
§range_min: Option<f64>§range_max: Option<f64>§elevation_min: Option<f64>§elevation_max: Option<f64>§azimuth_start: Option<f64>§azimuth_end: Option<f64>Trait Implementations§
source§impl Clone for SphericalBounds
impl Clone for SphericalBounds
source§fn clone(&self) -> SphericalBounds
fn clone(&self) -> SphericalBounds
Returns a copy 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 SphericalBounds
impl Debug for SphericalBounds
source§impl Default for SphericalBounds
impl Default for SphericalBounds
source§fn default() -> SphericalBounds
fn default() -> SphericalBounds
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SphericalBounds
impl RefUnwindSafe for SphericalBounds
impl Send for SphericalBounds
impl Sync for SphericalBounds
impl Unpin for SphericalBounds
impl UnwindSafe for SphericalBounds
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)