pub struct ScanConfig {
pub forward_linear_speed_m_s: f32,
pub backward_linear_speed_m_s: f32,
pub forward_time_per_line_s: f32,
pub backward_time_per_line_s: f32,
pub keep_parameter_constant: u16,
pub speed_ratio: f32,
}Fields§
§forward_linear_speed_m_s: f32§backward_linear_speed_m_s: f32§forward_time_per_line_s: f32§backward_time_per_line_s: f32§keep_parameter_constant: u16§speed_ratio: f32Trait Implementations§
Source§impl Clone for ScanConfig
impl Clone for ScanConfig
Source§fn clone(&self) -> ScanConfig
fn clone(&self) -> ScanConfig
Returns a duplicate 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 ScanConfig
impl Debug for ScanConfig
impl Copy for ScanConfig
Auto Trait Implementations§
impl Freeze for ScanConfig
impl RefUnwindSafe for ScanConfig
impl Send for ScanConfig
impl Sync for ScanConfig
impl Unpin for ScanConfig
impl UnwindSafe for ScanConfig
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