pub struct LighthouseAngleData {
pub base_station: u8,
pub angles: LighthouseAngles,
}Expand description
Lighthouse angle sweep data
Fields§
§base_station: u8Base station ID
angles: LighthouseAnglesAngle measurements
Trait Implementations§
Source§impl Clone for LighthouseAngleData
impl Clone for LighthouseAngleData
Source§fn clone(&self) -> LighthouseAngleData
fn clone(&self) -> LighthouseAngleData
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 LighthouseAngleData
impl RefUnwindSafe for LighthouseAngleData
impl Send for LighthouseAngleData
impl Sync for LighthouseAngleData
impl Unpin for LighthouseAngleData
impl UnwindSafe for LighthouseAngleData
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