Struct ao_sys::ao_info [] [src]

#[repr(C)]
pub struct ao_info { pub _type: c_int, pub name: *mut c_char, pub short_name: *mut c_char, pub author: *mut c_char, pub comment: *mut c_char, pub preferred_byte_format: c_int, pub priority: c_int, pub options: *mut *mut c_char, pub option_count: c_int, }

Fields

Trait Implementations

impl Clone for ao_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ao_info
[src]