pub struct DiagnosticMessageNegativeAck {
pub source_address: [u8; 2],
pub target_address: [u8; 2],
pub ack_code: DiagnosticMessageNegativeAckCode,
pub previous_diagnostic_message_data: Vec<u8>,
}Expand description
Negative acknowledgement of diagnostic message.
Fields§
§source_address: [u8; 2]§target_address: [u8; 2]§ack_code: DiagnosticMessageNegativeAckCode§previous_diagnostic_message_data: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for DiagnosticMessageNegativeAck
impl Clone for DiagnosticMessageNegativeAck
Source§fn clone(&self) -> DiagnosticMessageNegativeAck
fn clone(&self) -> DiagnosticMessageNegativeAck
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DiagnosticMessageNegativeAck
impl RefUnwindSafe for DiagnosticMessageNegativeAck
impl Send for DiagnosticMessageNegativeAck
impl Sync for DiagnosticMessageNegativeAck
impl Unpin for DiagnosticMessageNegativeAck
impl UnwindSafe for DiagnosticMessageNegativeAck
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