Struct sigrok_sys::Struct_sr_datafeed_packet [] [src]

pub struct Struct_sr_datafeed_packet {
    pub _type: uint16_t,
    pub payload: *const c_void,
}

Fields

_type
payload

Trait Implementations

impl Clone for Struct_sr_datafeed_packet

fn clone(&self) -> Self

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

impl Default for Struct_sr_datafeed_packet

fn default() -> Self

Derived Implementations

impl Copy for Struct_sr_datafeed_packet