Struct ao_sys::ao_option [] [src]

#[repr(C)]
pub struct ao_option { pub key: *mut c_char, pub value: *mut c_char, pub next: *mut ao_option, }

Fields

Trait Implementations

impl Clone for ao_option
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ao_option
[src]