Struct e57::SphericalImageProperties
source · pub struct SphericalImageProperties {
pub width: u32,
pub height: u32,
pub pixel_width: f64,
pub pixel_height: f64,
}Expand description
Properties of a spherical image.
Fields§
§width: u32Width of the image in pixels.
height: u32Height of the image in pixels.
pixel_width: f64The width of a pixel in radians.
pixel_height: f64The height of a pixel in radians.
Trait Implementations§
source§impl Clone for SphericalImageProperties
impl Clone for SphericalImageProperties
source§fn clone(&self) -> SphericalImageProperties
fn clone(&self) -> SphericalImageProperties
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 moreAuto Trait Implementations§
impl Freeze for SphericalImageProperties
impl RefUnwindSafe for SphericalImageProperties
impl Send for SphericalImageProperties
impl Sync for SphericalImageProperties
impl Unpin for SphericalImageProperties
impl UnwindSafe for SphericalImageProperties
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)