[][src]Struct jack_sys::Struct__jack_session_event

#[repr(C)]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: u32,
}

Fields

_type: jack_session_event_type_tsession_dir: *const c_charclient_uuid: *const c_charcommand_line: *mut c_charflags: jack_session_flags_tfuture: u32

Trait Implementations

impl Clone for Struct__jack_session_event[src]

impl Copy for Struct__jack_session_event[src]

impl Default for Struct__jack_session_event[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.