Struct sigrok_sys::Struct_sr_key_info [] [src]

pub struct Struct_sr_key_info {
    pub key: uint32_t,
    pub datatype: c_int,
    pub id: *const c_char,
    pub name: *const c_char,
    pub description: *const c_char,
}

Fields

key
datatype
id
name
description

Trait Implementations

impl Clone for Struct_sr_key_info

fn clone(&self) -> Self

1.0.0fn clone_from(&mut self, source: &Self)

impl Default for Struct_sr_key_info

fn default() -> Self

Derived Implementations

impl Copy for Struct_sr_key_info