#[repr(u32)]pub enum SoundIoDeviceAim {
SoundIoDeviceAimInput = 0,
SoundIoDeviceAimOutput = 1,
}Variants§
Trait Implementations§
Source§impl Clone for SoundIoDeviceAim
impl Clone for SoundIoDeviceAim
Source§fn clone(&self) -> SoundIoDeviceAim
fn clone(&self) -> SoundIoDeviceAim
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 SoundIoDeviceAim
Auto Trait Implementations§
impl Freeze for SoundIoDeviceAim
impl RefUnwindSafe for SoundIoDeviceAim
impl Send for SoundIoDeviceAim
impl Sync for SoundIoDeviceAim
impl Unpin for SoundIoDeviceAim
impl UnwindSafe for SoundIoDeviceAim
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