Struct goxlr_profile_loader::components::scribble::Scribble
source · [−]pub struct Scribble { /* private fields */ }
Implementations
sourceimpl Scribble
impl Scribble
pub fn new(id: u8) -> Self
pub fn parse_scribble(
&mut self,
attributes: &[OwnedAttribute]
) -> Result<(), ParseError>
pub fn write_scribble<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 Scribble
impl Send for Scribble
impl Sync for Scribble
impl Unpin for Scribble
impl UnwindSafe for Scribble
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