Struct allegro_audio_sys::allegro_audio::ALLEGRO_SAMPLE_ID [] [src]

pub struct ALLEGRO_SAMPLE_ID {
    pub _index: c_int,
    pub _id: c_int,
}

Fields

_index: c_int _id: c_int

Trait Implementations

impl Clone for ALLEGRO_SAMPLE_ID
[src]

fn clone(&self) -> ALLEGRO_SAMPLE_ID

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 Copy for ALLEGRO_SAMPLE_ID
[src]