#[repr(C)]pub enum out123_flags {
OUT123_HEADPHONES = 1,
OUT123_INTERNAL_SPEAKER = 2,
OUT123_LINE_OUT = 4,
OUT123_QUIET = 8,
OUT123_KEEP_PLAYING = 16,
}Variants§
OUT123_HEADPHONES = 1
OUT123_INTERNAL_SPEAKER = 2
OUT123_LINE_OUT = 4
OUT123_QUIET = 8
OUT123_KEEP_PLAYING = 16
Trait Implementations§
Source§impl Clone for out123_flags
impl Clone for out123_flags
Source§fn clone(&self) -> out123_flags
fn clone(&self) -> out123_flags
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_flags
Auto Trait Implementations§
impl Freeze for out123_flags
impl RefUnwindSafe for out123_flags
impl Send for out123_flags
impl Sync for out123_flags
impl Unpin for out123_flags
impl UnwindSafe for out123_flags
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