pub enum UIType {
Generic,
LfoA,
EnvA,
OscA,
}
Variants
Generic
LfoA
EnvA
OscA
Trait Implementations
sourceimpl PartialOrd<UIType> for UIType
impl PartialOrd<UIType> for UIType
sourcefn partial_cmp(&self, other: &UIType) -> Option<Ordering>
fn partial_cmp(&self, other: &UIType) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UIType
impl StructuralPartialEq for UIType
Auto Trait Implementations
impl RefUnwindSafe for UIType
impl Send for UIType
impl Sync for UIType
impl Unpin for UIType
impl UnwindSafe for UIType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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