pub struct AngleBinCalibrationConfig {
pub num_bins: usize,
pub axis: AngleAxis,
pub fftshift: bool,
}Expand description
Calibration configuration for one angle FFT axis.
Fields§
§num_bins: usize§axis: AngleAxis§fftshift: boolTrait Implementations§
Source§impl Clone for AngleBinCalibrationConfig
impl Clone for AngleBinCalibrationConfig
Source§fn clone(&self) -> AngleBinCalibrationConfig
fn clone(&self) -> AngleBinCalibrationConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AngleBinCalibrationConfig
Auto Trait Implementations§
impl Freeze for AngleBinCalibrationConfig
impl RefUnwindSafe for AngleBinCalibrationConfig
impl Send for AngleBinCalibrationConfig
impl Sync for AngleBinCalibrationConfig
impl Unpin for AngleBinCalibrationConfig
impl UnsafeUnpin for AngleBinCalibrationConfig
impl UnwindSafe for AngleBinCalibrationConfig
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