pub struct DeviceRpmResult {
pub device_instance: u32,
pub result: Result<ReadPropertyMultipleACK, Error>,
}Expand description
Result of an RPM to a single device within a batch.
Fields§
§device_instance: u32The device instance this result corresponds to.
result: Result<ReadPropertyMultipleACK, Error>The RPM result.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceRpmResult
impl !RefUnwindSafe for DeviceRpmResult
impl Send for DeviceRpmResult
impl Sync for DeviceRpmResult
impl Unpin for DeviceRpmResult
impl UnsafeUnpin for DeviceRpmResult
impl !UnwindSafe for DeviceRpmResult
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