Struct goxlr_profile_loader::components::effects::Effects
source · [−]pub struct Effects { /* private fields */ }
Implementations
sourceimpl Effects
impl Effects
pub fn new(preset: Preset) -> Self
pub fn parse_effect(
&mut self,
attributes: &[OwnedAttribute]
) -> Result<(), ParseError>
pub fn write_effects<W: Write>(
&self,
writer: &mut EventWriter<&mut W>
) -> Result<(), Error>
pub fn colour_map(&self) -> &ColourMap
pub fn colour_map_mut(&mut self) -> &mut ColourMap
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Effects
impl Send for Effects
impl Sync for Effects
impl Unpin for Effects
impl UnwindSafe for Effects
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