pub struct ScanFrame {
pub center: Position,
pub width_m: f32,
pub height_m: f32,
pub angle_deg: f32,
}Fields§
§center: Position§width_m: f32§height_m: f32§angle_deg: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScanFrame
impl RefUnwindSafe for ScanFrame
impl Send for ScanFrame
impl Sync for ScanFrame
impl Unpin for ScanFrame
impl UnwindSafe for ScanFrame
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