#[repr(C)]pub struct DeviceExtension {
pub is_synthetic: bool,
pub mac_implementation_type: MacImplementationType,
pub tx_status_report_supported: bool,
}
Fields§
§is_synthetic: bool
§mac_implementation_type: MacImplementationType
§tx_status_report_supported: bool
Trait Implementations§
source§impl Clone for DeviceExtension
impl Clone for DeviceExtension
source§fn clone(&self) -> DeviceExtension
fn clone(&self) -> DeviceExtension
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 DeviceExtension
impl Debug for DeviceExtension
source§impl PartialEq<DeviceExtension> for DeviceExtension
impl PartialEq<DeviceExtension> for DeviceExtension
source§fn eq(&self, other: &DeviceExtension) -> bool
fn eq(&self, other: &DeviceExtension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.