pub struct OutSlot {
pub timestamp: u32,
pub sensor_tag: SensorType,
pub sensor_data: SensorData,
}
Fields§
§timestamp: u32
§sensor_tag: SensorType
§sensor_data: SensorData
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutSlot
impl RefUnwindSafe for OutSlot
impl Send for OutSlot
impl Sync for OutSlot
impl Unpin for OutSlot
impl UnwindSafe for OutSlot
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