pub enum PhysGroupType {
Analog,
Spdif,
Adat,
SpdifOrAdat,
AnalogMirror,
Headphones,
I2s,
Guitar,
PiezoGuitar,
GuitarString,
Unknown(u8),
}Expand description
Type of physical group.
Variants§
Analog
Spdif
Adat
SpdifOrAdat
AnalogMirror
Headphones
I2s
Guitar
PiezoGuitar
GuitarString
Unknown(u8)
Trait Implementations§
Source§impl Clone for PhysGroupType
impl Clone for PhysGroupType
Source§fn clone(&self) -> PhysGroupType
fn clone(&self) -> PhysGroupType
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 PhysGroupType
impl Debug for PhysGroupType
Source§impl Default for PhysGroupType
impl Default for PhysGroupType
Source§impl PartialEq for PhysGroupType
impl PartialEq for PhysGroupType
impl Copy for PhysGroupType
impl Eq for PhysGroupType
impl StructuralPartialEq for PhysGroupType
Auto Trait Implementations§
impl Freeze for PhysGroupType
impl RefUnwindSafe for PhysGroupType
impl Send for PhysGroupType
impl Sync for PhysGroupType
impl Unpin for PhysGroupType
impl UnwindSafe for PhysGroupType
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