#[repr(C)]pub struct ErrorData {
pub error_code_id: PduErrorEvt,
pub extra_error_info_id: u32,
}
Expand description
Async error notification data
Fields§
§error_code_id: PduErrorEvt
Error code
extra_error_info_id: u32
optional extra error information
Trait Implementations§
Source§impl Ord for ErrorData
impl Ord for ErrorData
Source§impl PartialOrd for ErrorData
impl PartialOrd for ErrorData
impl Copy for ErrorData
impl Eq for ErrorData
impl StructuralPartialEq for ErrorData
Auto Trait Implementations§
impl Freeze for ErrorData
impl RefUnwindSafe for ErrorData
impl Send for ErrorData
impl Sync for ErrorData
impl Unpin for ErrorData
impl UnwindSafe for ErrorData
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