Enum xswag_syntax_java::ast::block::UnaryOpType
[−]
[src]
pub enum UnaryOpType {
Plus,
Neg,
PreIncr,
PreDecr,
PostIncr,
PostDecr,
Not,
BitwiseNot,
}Variants
PlusNegPreIncrPreDecrPostIncrPostDecrNotBitwiseNotTrait Implementations
impl Clone for UnaryOpType[src]
fn clone(&self) -> UnaryOpType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more