pub(crate) enum AndroidAudioStreamDirection {
Input = 1,
Output = 0,
}
Variants§
Trait Implementations§
source§impl Clone for AndroidAudioStreamDirection
impl Clone for AndroidAudioStreamDirection
source§fn clone(&self) -> AndroidAudioStreamDirection
fn clone(&self) -> AndroidAudioStreamDirection
Returns a copy 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 AndroidAudioStreamDirection
Auto Trait Implementations§
impl RefUnwindSafe for AndroidAudioStreamDirection
impl Send for AndroidAudioStreamDirection
impl Sync for AndroidAudioStreamDirection
impl Unpin for AndroidAudioStreamDirection
impl UnwindSafe for AndroidAudioStreamDirection
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