Struct sigrok_sys::Struct_sr_resource [] [src]

pub struct Struct_sr_resource {
    pub size: uint64_t,
    pub handle: *mut c_void,
    pub _type: c_int,
}

Fields

size
handle
_type

Trait Implementations

impl Clone for Struct_sr_resource

fn clone(&self) -> Self

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

impl Default for Struct_sr_resource

fn default() -> Self

Derived Implementations

impl Copy for Struct_sr_resource