pub struct IStatR {
pub inputs: Vec<u8>,
}Expand description
osdp_ISTATR body.
Fields§
§inputs: Vec<u8>Status of each input, ordered by input number.
Implementations§
Trait Implementations§
impl Eq for IStatR
impl StructuralPartialEq for IStatR
Auto Trait Implementations§
impl Freeze for IStatR
impl RefUnwindSafe for IStatR
impl Send for IStatR
impl Sync for IStatR
impl Unpin for IStatR
impl UnsafeUnpin for IStatR
impl UnwindSafe for IStatR
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