pub enum PortType {
Music,
CopyrightMusic,
Voice,
Controller,
Personal,
Vibration,
Aux,
Max,
}Variants§
Implementations§
Trait Implementations§
Source§impl From<PortType> for FMOD_PORT_TYPE
impl From<PortType> for FMOD_PORT_TYPE
Source§fn from(value: PortType) -> FMOD_PORT_TYPE
fn from(value: PortType) -> FMOD_PORT_TYPE
Converts to this type from the input type.
impl Copy for PortType
impl StructuralPartialEq for PortType
Auto Trait Implementations§
impl Freeze for PortType
impl RefUnwindSafe for PortType
impl Send for PortType
impl Sync for PortType
impl Unpin for PortType
impl UnwindSafe for PortType
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