pub struct DriverkitTransportUsb {Show 13 fields
pub configuration_value: Option<String>,
pub device_class: Option<String>,
pub device_protocol: Option<String>,
pub device_sub_class: Option<String>,
pub interface_class: Option<String>,
pub interface_number: Option<String>,
pub interface_protocol: Option<String>,
pub interface_sub_class: Option<String>,
pub device: Option<String>,
pub product: Option<String>,
pub product_array: Option<String>,
pub product_mask: Option<String>,
pub vendor: Option<i32>,
}Fields§
§configuration_value: Option<String>§device_class: Option<String>§device_protocol: Option<String>§device_sub_class: Option<String>§interface_class: Option<String>§interface_number: Option<String>§interface_protocol: Option<String>§interface_sub_class: Option<String>§device: Option<String>§product: Option<String>§product_array: Option<String>§product_mask: Option<String>§vendor: Option<i32>Trait Implementations§
Source§impl Clone for DriverkitTransportUsb
impl Clone for DriverkitTransportUsb
Source§fn clone(&self) -> DriverkitTransportUsb
fn clone(&self) -> DriverkitTransportUsb
Returns a duplicate 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 DriverkitTransportUsb
impl Debug for DriverkitTransportUsb
Source§impl Default for DriverkitTransportUsb
impl Default for DriverkitTransportUsb
Source§fn default() -> DriverkitTransportUsb
fn default() -> DriverkitTransportUsb
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DriverkitTransportUsb
impl<'de> Deserialize<'de> for DriverkitTransportUsb
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 PartialEq for DriverkitTransportUsb
impl PartialEq for DriverkitTransportUsb
Source§impl Serialize for DriverkitTransportUsb
impl Serialize for DriverkitTransportUsb
impl Eq for DriverkitTransportUsb
impl StructuralPartialEq for DriverkitTransportUsb
Auto Trait Implementations§
impl Freeze for DriverkitTransportUsb
impl RefUnwindSafe for DriverkitTransportUsb
impl Send for DriverkitTransportUsb
impl Sync for DriverkitTransportUsb
impl Unpin for DriverkitTransportUsb
impl UnwindSafe for DriverkitTransportUsb
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.