Enum voicemeeter::types::LevelType
source · #[repr(C)]pub enum LevelType {
PreFaderInputLevels = 0,
PostFaderInputLevels = 1,
PostMuteInputLevels = 2,
OutputLevels = 3,
// some variants omitted
}
Available on crate feature
interface
only.Expand description
Level type, used for VoicemeeterRemote::get_level
Variants§
PreFaderInputLevels = 0
Pre fader input levels.
PostFaderInputLevels = 1
Pre fader output levels.
PostMuteInputLevels = 2
Post mute input levels.
OutputLevels = 3
Output levels
Trait Implementations§
source§impl PartialEq for LevelType
impl PartialEq for LevelType
impl Copy for LevelType
impl Eq for LevelType
impl StructuralPartialEq for LevelType
Auto Trait Implementations§
impl RefUnwindSafe for LevelType
impl Send for LevelType
impl Sync for LevelType
impl Unpin for LevelType
impl UnwindSafe for LevelType
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