#[repr(C)]pub struct GhosttyDeviceAttributesTertiary {
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).
@ingroup terminal
Fields§
§unit_id: u32Unit ID encoded as 8 uppercase hex digits in the response.
Trait Implementations§
Source§impl Clone for GhosttyDeviceAttributesTertiary
impl Clone for GhosttyDeviceAttributesTertiary
Source§fn clone(&self) -> GhosttyDeviceAttributesTertiary
fn clone(&self) -> GhosttyDeviceAttributesTertiary
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 Default for GhosttyDeviceAttributesTertiary
impl Default for GhosttyDeviceAttributesTertiary
Source§fn default() -> GhosttyDeviceAttributesTertiary
fn default() -> GhosttyDeviceAttributesTertiary
Returns the “default value” for a type. Read more
impl Copy for GhosttyDeviceAttributesTertiary
Auto Trait Implementations§
impl Freeze for GhosttyDeviceAttributesTertiary
impl RefUnwindSafe for GhosttyDeviceAttributesTertiary
impl Send for GhosttyDeviceAttributesTertiary
impl Sync for GhosttyDeviceAttributesTertiary
impl Unpin for GhosttyDeviceAttributesTertiary
impl UnsafeUnpin for GhosttyDeviceAttributesTertiary
impl UnwindSafe for GhosttyDeviceAttributesTertiary
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