#[repr(C)]pub enum out123_error {
Show 16 variants
OUT123_ERR = -1,
OUT123_OK = 0,
OUT123_DOOM = 1,
OUT123_BAD_DRIVER_NAME = 2,
OUT123_BAD_DRIVER = 3,
OUT123_NO_DRIVER = 4,
OUT123_NOT_LIVE = 5,
OUT123_DEV_PLAY = 6,
OUT123_DEV_OPEN = 7,
OUT123_BUFFER_ERROR = 8,
OUT123_MODULE_ERROR = 9,
OUT123_ARG_ERROR = 10,
OUT123_BAD_PARAM = 11,
OUT123_SET_RO_PARAM = 12,
OUT123_BAD_HANDLE = 13,
OUT123_ERRCOUNT = 14,
}Variants§
OUT123_ERR = -1
OUT123_OK = 0
OUT123_DOOM = 1
OUT123_BAD_DRIVER_NAME = 2
OUT123_BAD_DRIVER = 3
OUT123_NO_DRIVER = 4
OUT123_NOT_LIVE = 5
OUT123_DEV_PLAY = 6
OUT123_DEV_OPEN = 7
OUT123_BUFFER_ERROR = 8
OUT123_MODULE_ERROR = 9
OUT123_ARG_ERROR = 10
OUT123_BAD_PARAM = 11
OUT123_SET_RO_PARAM = 12
OUT123_BAD_HANDLE = 13
OUT123_ERRCOUNT = 14
Trait Implementations§
Source§impl Clone for out123_error
impl Clone for out123_error
Source§fn clone(&self) -> out123_error
fn clone(&self) -> out123_error
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for out123_error
Auto Trait Implementations§
impl Freeze for out123_error
impl RefUnwindSafe for out123_error
impl Send for out123_error
impl Sync for out123_error
impl Unpin for out123_error
impl UnwindSafe for out123_error
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more