pub struct SoftwareFaultEvent {
pub id: Option<u64>,
pub name: Option<String>,
pub fault_recording: Option<Vec<u8>>,
}Fields§
§id: Option<u64>§name: Option<String>§fault_recording: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for SoftwareFaultEvent
impl Debug for SoftwareFaultEvent
Auto Trait Implementations§
impl Freeze for SoftwareFaultEvent
impl RefUnwindSafe for SoftwareFaultEvent
impl Send for SoftwareFaultEvent
impl Sync for SoftwareFaultEvent
impl Unpin for SoftwareFaultEvent
impl UnwindSafe for SoftwareFaultEvent
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