Struct jack_sys::Struct__jack_session_event [] [src]

pub struct Struct__jack_session_event {
    pub _type: jack_session_event_type_t,
    pub session_dir: *const c_char,
    pub client_uuid: *const c_char,
    pub command_line: *mut c_char,
    pub flags: jack_session_flags_t,
    pub future: uint32_t,
}

Fields

_type: jack_session_event_type_t session_dir: *const c_char client_uuid: *const c_char command_line: *mut c_char flags: jack_session_flags_t future: uint32_t

Trait Implementations

impl Copy for Struct__jack_session_event
[src]

impl Clone for Struct__jack_session_event
[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__jack_session_event
[src]

fn default() -> Self

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