pub struct DevicePaused {
pub device: Device,
pub serial: u32,
}Fields§
§device: Device§serial: u32Trait Implementations§
source§impl Clone for DevicePaused
impl Clone for DevicePaused
source§fn clone(&self) -> DevicePaused
fn clone(&self) -> DevicePaused
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 DevicePaused
impl Debug for DevicePaused
source§impl DeviceEvent for DevicePaused
impl DeviceEvent for DevicePaused
source§impl PartialEq for DevicePaused
impl PartialEq for DevicePaused
impl StructuralPartialEq for DevicePaused
Auto Trait Implementations§
impl Freeze for DevicePaused
impl RefUnwindSafe for DevicePaused
impl Send for DevicePaused
impl Sync for DevicePaused
impl Unpin for DevicePaused
impl UnwindSafe for DevicePaused
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)