Enum out123_sys::out123_error [] [src]

#[repr(C)]
pub enum out123_error { OUT123_ERR, OUT123_OK, OUT123_DOOM, OUT123_BAD_DRIVER_NAME, OUT123_BAD_DRIVER, OUT123_NO_DRIVER, OUT123_NOT_LIVE, OUT123_DEV_PLAY, OUT123_DEV_OPEN, OUT123_BUFFER_ERROR, OUT123_MODULE_ERROR, OUT123_ARG_ERROR, OUT123_BAD_PARAM, OUT123_SET_RO_PARAM, OUT123_BAD_HANDLE, OUT123_ERRCOUNT, }

Variants

Trait Implementations

impl Clone for out123_error
[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_error
[src]