Struct oc2_hlapi::types::DeviceDescriptor
source · pub struct DeviceDescriptor {
pub device_id: Uuid,
pub type_names: Box<[Box<str>]>,
}Expand description
A description of a device or interface block.
Fields§
§device_id: UuidThe device’s UUID.
type_names: Box<[Box<str>]>A list of strings that determine which kind of device the UUID refers to.
Trait Implementations§
source§impl Clone for DeviceDescriptor
impl Clone for DeviceDescriptor
source§fn clone(&self) -> DeviceDescriptor
fn clone(&self) -> DeviceDescriptor
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 DeviceDescriptor
impl Debug for DeviceDescriptor
source§impl<'de> Deserialize<'de> for DeviceDescriptor
impl<'de> Deserialize<'de> for DeviceDescriptor
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for DeviceDescriptor
impl Hash for DeviceDescriptor
source§impl Ord for DeviceDescriptor
impl Ord for DeviceDescriptor
source§fn cmp(&self, other: &DeviceDescriptor) -> Ordering
fn cmp(&self, other: &DeviceDescriptor) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DeviceDescriptor
impl PartialEq for DeviceDescriptor
source§fn eq(&self, other: &DeviceDescriptor) -> bool
fn eq(&self, other: &DeviceDescriptor) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for DeviceDescriptor
impl PartialOrd for DeviceDescriptor
source§fn partial_cmp(&self, other: &DeviceDescriptor) -> Option<Ordering>
fn partial_cmp(&self, other: &DeviceDescriptor) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for DeviceDescriptor
impl Serialize for DeviceDescriptor
impl Eq for DeviceDescriptor
impl StructuralPartialEq for DeviceDescriptor
Auto Trait Implementations§
impl Freeze for DeviceDescriptor
impl RefUnwindSafe for DeviceDescriptor
impl Send for DeviceDescriptor
impl Sync for DeviceDescriptor
impl Unpin for DeviceDescriptor
impl UnwindSafe for DeviceDescriptor
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)