pub struct LighthouseAngles {
pub x: [f32; 4],
pub y: [f32; 4],
}Expand description
Lighthouse sweep angles for all 4 sensors
Fields§
§x: [f32; 4]Horizontal angles for 4 sensors [rad]
y: [f32; 4]Vertical angles for 4 sensors [rad]
Trait Implementations§
Source§impl Clone for LighthouseAngles
impl Clone for LighthouseAngles
Source§fn clone(&self) -> LighthouseAngles
fn clone(&self) -> LighthouseAngles
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 moreAuto Trait Implementations§
impl Freeze for LighthouseAngles
impl RefUnwindSafe for LighthouseAngles
impl Send for LighthouseAngles
impl Sync for LighthouseAngles
impl Unpin for LighthouseAngles
impl UnwindSafe for LighthouseAngles
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