pub enum ParameterCommand {
HorizontalFlip,
VerticalFlip,
AdditiveBlend,
}
Variants§
Trait Implementations§
Source§impl Clone for ParameterCommand
impl Clone for ParameterCommand
Source§fn clone(&self) -> ParameterCommand
fn clone(&self) -> ParameterCommand
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ParameterCommand
impl Debug for ParameterCommand
Source§impl Display for ParameterCommand
impl Display for ParameterCommand
Source§impl From<ParameterCommand> for char
impl From<ParameterCommand> for char
Source§fn from(x: ParameterCommand) -> Self
fn from(x: ParameterCommand) -> Self
Converts to this type from the input type.
Source§impl FromStr for ParameterCommand
impl FromStr for ParameterCommand
Source§impl Hash for ParameterCommand
impl Hash for ParameterCommand
Source§impl PartialEq for ParameterCommand
impl PartialEq for ParameterCommand
Source§impl TryFrom<char> for ParameterCommand
impl TryFrom<char> for ParameterCommand
Source§impl TryFrom<i32> for ParameterCommand
impl TryFrom<i32> for ParameterCommand
impl Copy for ParameterCommand
impl Eq for ParameterCommand
impl StructuralPartialEq for ParameterCommand
Auto Trait Implementations§
impl Freeze for ParameterCommand
impl RefUnwindSafe for ParameterCommand
impl Send for ParameterCommand
impl Sync for ParameterCommand
impl Unpin for ParameterCommand
impl UnwindSafe for ParameterCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more