pub struct WindSpeed {
pub speed: Option<f32>,
pub bearing: Option<f32>,
}Fields§
§speed: Option<f32>§bearing: Option<f32>Trait Implementations§
impl StructuralPartialEq for WindSpeed
Auto Trait Implementations§
impl Freeze for WindSpeed
impl RefUnwindSafe for WindSpeed
impl Send for WindSpeed
impl Sync for WindSpeed
impl Unpin for WindSpeed
impl UnwindSafe for WindSpeed
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