pub struct DeviceRecord {
pub addr: Address,
pub info: DeviceInfo,
}Fields§
§addr: Address§info: DeviceInfoTrait Implementations§
Source§impl Debug for DeviceRecord
impl Debug for DeviceRecord
impl Eq for DeviceRecord
Source§impl Hash for DeviceRecord
impl Hash for DeviceRecord
Source§impl PartialEq for DeviceRecord
impl PartialEq for DeviceRecord
Source§fn eq(&self, other: &DeviceRecord) -> bool
fn eq(&self, other: &DeviceRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeviceRecord
Auto Trait Implementations§
impl Freeze for DeviceRecord
impl RefUnwindSafe for DeviceRecord
impl Send for DeviceRecord
impl Sync for DeviceRecord
impl Unpin for DeviceRecord
impl UnsafeUnpin for DeviceRecord
impl UnwindSafe for DeviceRecord
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