Struct jack_sys::Struct_Unnamed8
[−]
[src]
pub struct Struct_Unnamed8 {
pub key: *const c_char,
pub data: *const c_char,
pub _type: *const c_char,
}Fields
key: *const c_char
data: *const c_char
_type: *const c_char
Trait Implementations
impl Copy for Struct_Unnamed8[src]
impl Clone for Struct_Unnamed8[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more