Enum makepad_widgets::shader::std::AudioDeviceType
pub enum AudioDeviceType {
Input,
Output,
}
Variants§
Implementations§
Trait Implementations§
§impl Clone for AudioDeviceType
impl Clone for AudioDeviceType
§fn clone(&self) -> AudioDeviceType
fn clone(&self) -> AudioDeviceType
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 more§impl Debug for AudioDeviceType
impl Debug for AudioDeviceType
§impl Hash for AudioDeviceType
impl Hash for AudioDeviceType
§impl PartialEq<AudioDeviceType> for AudioDeviceType
impl PartialEq<AudioDeviceType> for AudioDeviceType
§fn eq(&self, other: &AudioDeviceType) -> bool
fn eq(&self, other: &AudioDeviceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AudioDeviceType
impl Eq for AudioDeviceType
impl StructuralEq for AudioDeviceType
impl StructuralPartialEq for AudioDeviceType
Auto Trait Implementations§
impl RefUnwindSafe for AudioDeviceType
impl Send for AudioDeviceType
impl Sync for AudioDeviceType
impl Unpin for AudioDeviceType
impl UnwindSafe for AudioDeviceType
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