Enum out123_sys::out123_flags [] [src]

#[repr(C)]
pub enum out123_flags { OUT123_HEADPHONES, OUT123_INTERNAL_SPEAKER, OUT123_LINE_OUT, OUT123_QUIET, OUT123_KEEP_PLAYING, }

Variants

Trait Implementations

impl Clone for out123_flags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for out123_flags
[src]