Struct goxlr_profile_loader::components::fader::Fader
source · [−]pub struct Fader { /* private fields */ }
Implementations
sourceimpl Fader
impl Fader
pub fn new(id: u8) -> Self
pub fn parse_fader(
&mut self,
attributes: &[OwnedAttribute]
) -> Result<(), ParseError>
pub fn write_fader<W: Write>(
&self,
writer: &mut EventWriter<&mut W>
) -> Result<(), Error>
pub fn channel(&self) -> FullChannelList
pub fn set_channel(&mut self, channel: FullChannelList)
pub fn colour_map(&self) -> &ColourMap
pub fn colour_map_mut(&mut self) -> &mut ColourMap
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Fader
impl Send for Fader
impl Sync for Fader
impl Unpin for Fader
impl UnwindSafe for Fader
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