pub struct ReadExceptionStatusResponse {
pub data: u8,
}Expand description
FC07 Read Exception Status response containing 8 exception coil states.
Fields§
§data: u8Eight exception coil values packed into a single byte (bit 0 = coil 0).
Implementations§
Trait Implementations§
Source§impl Clone for ReadExceptionStatusResponse
impl Clone for ReadExceptionStatusResponse
Source§fn clone(&self) -> ReadExceptionStatusResponse
fn clone(&self) -> ReadExceptionStatusResponse
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 moreSource§impl Debug for ReadExceptionStatusResponse
impl Debug for ReadExceptionStatusResponse
impl Copy for ReadExceptionStatusResponse
impl Eq for ReadExceptionStatusResponse
impl StructuralPartialEq for ReadExceptionStatusResponse
Auto Trait Implementations§
impl Freeze for ReadExceptionStatusResponse
impl RefUnwindSafe for ReadExceptionStatusResponse
impl Send for ReadExceptionStatusResponse
impl Sync for ReadExceptionStatusResponse
impl Unpin for ReadExceptionStatusResponse
impl UnsafeUnpin for ReadExceptionStatusResponse
impl UnwindSafe for ReadExceptionStatusResponse
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