pub struct ProbedDevice {
pub register_id: usize,
pub kind: DeviceKind,
}Fields§
§register_id: usize§kind: DeviceKindAuto Trait Implementations§
impl Freeze for ProbedDevice
impl !RefUnwindSafe for ProbedDevice
impl Send for ProbedDevice
impl Sync for ProbedDevice
impl Unpin for ProbedDevice
impl !UnwindSafe for ProbedDevice
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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