#[repr(u32)]pub enum AudioStreamPlayerMixTarget {
Stereo = 0,
Surround = 1,
Center = 2,
}Variants§
Trait Implementations§
Source§impl Clone for AudioStreamPlayerMixTarget
impl Clone for AudioStreamPlayerMixTarget
Source§fn clone(&self) -> AudioStreamPlayerMixTarget
fn clone(&self) -> AudioStreamPlayerMixTarget
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 AudioStreamPlayerMixTarget
impl Debug for AudioStreamPlayerMixTarget
Source§impl Hash for AudioStreamPlayerMixTarget
impl Hash for AudioStreamPlayerMixTarget
impl Copy for AudioStreamPlayerMixTarget
impl Eq for AudioStreamPlayerMixTarget
impl StructuralPartialEq for AudioStreamPlayerMixTarget
Auto Trait Implementations§
impl Freeze for AudioStreamPlayerMixTarget
impl RefUnwindSafe for AudioStreamPlayerMixTarget
impl Send for AudioStreamPlayerMixTarget
impl Sync for AudioStreamPlayerMixTarget
impl Unpin for AudioStreamPlayerMixTarget
impl UnwindSafe for AudioStreamPlayerMixTarget
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