Struct uugear_ffi::UUGearDevice[][src]

#[repr(C)]
pub struct UUGearDevice { pub id: [c_char; 1024], pub clientId: c_int, pub fd: c_int, pub in_: mqd_t, pub out: mqd_t, }

Fields

Trait Implementations

impl Copy for UUGearDevice
[src]

impl Clone for UUGearDevice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations