Struct sigrok_sys::Struct_sr_serial_port [] [src]

pub struct Struct_sr_serial_port {
    pub name: *mut c_char,
    pub description: *mut c_char,
}

Fields

name
description

Trait Implementations

impl Clone for Struct_sr_serial_port

fn clone(&self) -> Self

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

impl Default for Struct_sr_serial_port

fn default() -> Self

Derived Implementations

impl Copy for Struct_sr_serial_port