pub enum AudioChannel {
A,
B,
C,
}Expand description
One of the YM2149’s 3 audio channels.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AudioChannel
impl Clone for AudioChannel
Source§fn clone(&self) -> AudioChannel
fn clone(&self) -> AudioChannel
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 moreSource§impl Debug for AudioChannel
impl Debug for AudioChannel
impl Copy for AudioChannel
Auto Trait Implementations§
impl Freeze for AudioChannel
impl RefUnwindSafe for AudioChannel
impl Send for AudioChannel
impl Sync for AudioChannel
impl Unpin for AudioChannel
impl UnwindSafe for AudioChannel
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