Enum goxlr_types::SimpleColourTargets
source · [−]pub enum SimpleColourTargets {
Global,
Scribble1,
Scribble2,
Scribble3,
Scribble4,
}
Variants
Global
Scribble1
Scribble2
Scribble3
Scribble4
Auto Trait Implementations
impl RefUnwindSafe for SimpleColourTargets
impl Send for SimpleColourTargets
impl Sync for SimpleColourTargets
impl Unpin for SimpleColourTargets
impl UnwindSafe for SimpleColourTargets
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