pub struct DeviceErrorInfo {
pub error_type: DeviceErrorType,
pub error_cause: DeviceErrorCause,
}Expand description
Device error information (TSM ID 1403)
Fields§
§error_type: DeviceErrorTypeType of error
error_cause: DeviceErrorCauseCause of error
Trait Implementations§
Source§impl Clone for DeviceErrorInfo
impl Clone for DeviceErrorInfo
Source§fn clone(&self) -> DeviceErrorInfo
fn clone(&self) -> DeviceErrorInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeviceErrorInfo
impl Debug for DeviceErrorInfo
Source§impl<'de> Deserialize<'de> for DeviceErrorInfo
impl<'de> Deserialize<'de> for DeviceErrorInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeviceErrorInfo
impl PartialEq for DeviceErrorInfo
Source§impl Serialize for DeviceErrorInfo
impl Serialize for DeviceErrorInfo
impl StructuralPartialEq for DeviceErrorInfo
Auto Trait Implementations§
impl Freeze for DeviceErrorInfo
impl RefUnwindSafe for DeviceErrorInfo
impl Send for DeviceErrorInfo
impl Sync for DeviceErrorInfo
impl Unpin for DeviceErrorInfo
impl UnsafeUnpin for DeviceErrorInfo
impl UnwindSafe for DeviceErrorInfo
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