pub struct HardwareFaultChangeEvent {
pub current: Option<Vec<HardwareFault>>,
pub previous: Option<Vec<HardwareFault>>,
}Fields§
§current: Option<Vec<HardwareFault>>§previous: Option<Vec<HardwareFault>>Trait Implementations§
Source§impl Debug for HardwareFaultChangeEvent
impl Debug for HardwareFaultChangeEvent
Auto Trait Implementations§
impl Freeze for HardwareFaultChangeEvent
impl RefUnwindSafe for HardwareFaultChangeEvent
impl Send for HardwareFaultChangeEvent
impl Sync for HardwareFaultChangeEvent
impl Unpin for HardwareFaultChangeEvent
impl UnwindSafe for HardwareFaultChangeEvent
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