pub struct Sampling {
pub low_res_pixel_size: f64,
pub high_res_pixel_size: f64,
pub dkx: f64,
pub dky: f64,
pub wavelength: Option<f64>,
pub synthetic_na: Option<f64>,
pub coordinate_convention: CoordinateConvention,
}Fields§
§low_res_pixel_size: f64§high_res_pixel_size: f64§dkx: f64§dky: f64§wavelength: Option<f64>§synthetic_na: Option<f64>§coordinate_convention: CoordinateConventionImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Sampling
impl<'de> Deserialize<'de> for Sampling
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Sampling
impl RefUnwindSafe for Sampling
impl Send for Sampling
impl Sync for Sampling
impl Unpin for Sampling
impl UnsafeUnpin for Sampling
impl UnwindSafe for Sampling
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