#[repr(C)]pub struct DeviceAttributesTertiary {
pub unit_id: u32,
}Expand description
Tertiary device attributes (DA3) response data.
Returned as part of GhosttyDeviceAttributes in response to a CSI = c query. Response format: DCS ! | D…D ST (DECRPTUI).
Fields§
§unit_id: u32Unit ID encoded as 8 uppercase hex digits in the response.
Trait Implementations§
Source§impl Clone for DeviceAttributesTertiary
impl Clone for DeviceAttributesTertiary
Source§fn clone(&self) -> DeviceAttributesTertiary
fn clone(&self) -> DeviceAttributesTertiary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeviceAttributesTertiary
Source§impl Debug for DeviceAttributesTertiary
impl Debug for DeviceAttributesTertiary
Source§impl Default for DeviceAttributesTertiary
impl Default for DeviceAttributesTertiary
Source§fn default() -> DeviceAttributesTertiary
fn default() -> DeviceAttributesTertiary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeviceAttributesTertiary
impl RefUnwindSafe for DeviceAttributesTertiary
impl Send for DeviceAttributesTertiary
impl Sync for DeviceAttributesTertiary
impl Unpin for DeviceAttributesTertiary
impl UnsafeUnpin for DeviceAttributesTertiary
impl UnwindSafe for DeviceAttributesTertiary
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