pub enum ParamType {
Show 15 variants
Integer,
Double,
Boolean,
Choice,
RGBA,
RGB,
Integer2D,
Double2D,
Double3D,
Integer3D,
String,
Custom,
Group,
Page,
PushButton,
}Variants
Integer
Double
Boolean
Choice
RGBA
RGB
Integer2D
Double2D
Double3D
Integer3D
String
Custom
Group
Page
PushButton
Trait Implementations
sourceimpl IdentifiedEnum for ParamType
impl IdentifiedEnum for ParamType
impl Copy for ParamType
impl StructuralPartialEq for ParamType
Auto Trait Implementations
impl RefUnwindSafe for ParamType
impl Send for ParamType
impl Sync for ParamType
impl Unpin for ParamType
impl UnwindSafe for ParamType
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