pub struct StateInfo {
pub ads_state: AdsState,
pub device_state: u16,
}Expand description
ADS State and device state of a target system.
Fields§
§ads_state: AdsState§device_state: u16Trait Implementations§
impl StructuralPartialEq for StateInfo
Auto Trait Implementations§
impl Freeze for StateInfo
impl RefUnwindSafe for StateInfo
impl Send for StateInfo
impl Sync for StateInfo
impl Unpin for StateInfo
impl UnwindSafe for StateInfo
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