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