pub enum BcoPortType {
Speaker,
Headphone,
Microphone,
Line,
Spdif,
Adat,
Tdif,
Madi,
Analog,
Digital,
Midi,
NoType,
}
Expand description
Type of physical port.
Variants§
Trait Implementations§
Source§impl Clone for BcoPortType
impl Clone for BcoPortType
Source§fn clone(&self) -> BcoPortType
fn clone(&self) -> BcoPortType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BcoPortType
impl Debug for BcoPortType
Source§impl Default for BcoPortType
impl Default for BcoPortType
Source§impl PartialEq for BcoPortType
impl PartialEq for BcoPortType
impl Copy for BcoPortType
impl Eq for BcoPortType
impl StructuralPartialEq for BcoPortType
Auto Trait Implementations§
impl Freeze for BcoPortType
impl RefUnwindSafe for BcoPortType
impl Send for BcoPortType
impl Sync for BcoPortType
impl Unpin for BcoPortType
impl UnwindSafe for BcoPortType
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