Struct jack_sys::Struct_Unnamed5 [] [src]

pub struct Struct_Unnamed5 {
    pub uuid: *const c_char,
    pub client_name: *const c_char,
    pub command: *const c_char,
    pub flags: jack_session_flags_t,
}

Fields

uuid: *const c_char client_name: *const c_char command: *const c_char flags: jack_session_flags_t

Trait Implementations

impl Copy for Struct_Unnamed5
[src]

impl Clone for Struct_Unnamed5
[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

impl Default for Struct_Unnamed5
[src]

fn default() -> Self

Returns the "default value" for a type. Read more