Struct goxlr_profile_loader::components::mixer::Mixers
source · [−]pub struct Mixers { /* private fields */ }
Implementations
sourceimpl Mixers
impl Mixers
pub fn new() -> Self
pub fn parse_mixers(
&mut self,
attributes: &[OwnedAttribute]
) -> Result<(), ParseError>
pub fn write_mixers<W: Write>(
&self,
writer: &mut EventWriter<&mut W>
) -> Result<(), Error>
pub fn mixer_table(
&self
) -> &EnumMap<InputChannels, EnumMap<OutputChannels, u16>>
pub fn mixer_table_mut(
&mut self
) -> &mut EnumMap<InputChannels, EnumMap<OutputChannels, u16>>
pub fn channel_volume(&self, channel: FullChannelList) -> u8
pub fn set_channel_volume(&mut self, channel: FullChannelList, volume: u8)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mixers
impl Send for Mixers
impl Sync for Mixers
impl Unpin for Mixers
impl UnwindSafe for Mixers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more