pub struct SensorFaultEvent {
pub sensor_fault: Option<SensorFault>,
}Fields§
§sensor_fault: Option<SensorFault>Trait Implementations§
Source§impl Debug for SensorFaultEvent
impl Debug for SensorFaultEvent
Auto Trait Implementations§
impl Freeze for SensorFaultEvent
impl RefUnwindSafe for SensorFaultEvent
impl Send for SensorFaultEvent
impl Sync for SensorFaultEvent
impl Unpin for SensorFaultEvent
impl UnwindSafe for SensorFaultEvent
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