pub enum ChannelOrder {
Default,
WaveFormat,
ProTools,
AllMono,
AllStereo,
Alsa,
Max,
}Variants§
Implementations§
Source§impl ChannelOrder
impl ChannelOrder
pub fn from(value: FMOD_CHANNELORDER) -> Result<ChannelOrder, Error>
Trait Implementations§
Source§impl Clone for ChannelOrder
impl Clone for ChannelOrder
Source§fn clone(&self) -> ChannelOrder
fn clone(&self) -> ChannelOrder
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 ChannelOrder
impl Debug for ChannelOrder
Source§impl From<ChannelOrder> for FMOD_CHANNELORDER
impl From<ChannelOrder> for FMOD_CHANNELORDER
Source§fn from(value: ChannelOrder) -> FMOD_CHANNELORDER
fn from(value: ChannelOrder) -> FMOD_CHANNELORDER
Converts to this type from the input type.
Source§impl PartialEq for ChannelOrder
impl PartialEq for ChannelOrder
impl Copy for ChannelOrder
impl StructuralPartialEq for ChannelOrder
Auto Trait Implementations§
impl Freeze for ChannelOrder
impl RefUnwindSafe for ChannelOrder
impl Send for ChannelOrder
impl Sync for ChannelOrder
impl Unpin for ChannelOrder
impl UnwindSafe for ChannelOrder
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