pub struct ErrorPdu {
pub invoke_id: u8,
pub service_choice: ConfirmedServiceChoice,
pub error_class: ErrorClass,
pub error_code: ErrorCode,
pub error_data: Bytes,
}Expand description
Error PDU (Clause 20.1.7).
Fields§
§invoke_id: u8§service_choice: ConfirmedServiceChoice§error_class: ErrorClass§error_code: ErrorCode§error_data: BytesTrait Implementations§
impl Eq for ErrorPdu
impl StructuralPartialEq for ErrorPdu
Auto Trait Implementations§
impl !Freeze for ErrorPdu
impl RefUnwindSafe for ErrorPdu
impl Send for ErrorPdu
impl Sync for ErrorPdu
impl Unpin for ErrorPdu
impl UnsafeUnpin for ErrorPdu
impl UnwindSafe for ErrorPdu
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