pub struct DeviceStopEmulating {
pub device: Device,
pub serial: u32,
}Fields§
§device: Device§serial: u32Trait Implementations§
source§impl Clone for DeviceStopEmulating
impl Clone for DeviceStopEmulating
source§fn clone(&self) -> DeviceStopEmulating
fn clone(&self) -> DeviceStopEmulating
Returns a copy 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 DeviceStopEmulating
impl Debug for DeviceStopEmulating
source§impl DeviceEvent for DeviceStopEmulating
impl DeviceEvent for DeviceStopEmulating
source§impl PartialEq for DeviceStopEmulating
impl PartialEq for DeviceStopEmulating
impl StructuralPartialEq for DeviceStopEmulating
Auto Trait Implementations§
impl Freeze for DeviceStopEmulating
impl RefUnwindSafe for DeviceStopEmulating
impl Send for DeviceStopEmulating
impl Sync for DeviceStopEmulating
impl Unpin for DeviceStopEmulating
impl UnwindSafe for DeviceStopEmulating
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)