Enum xswag_syntax_java::ast::block::UnaryOpType [] [src]

pub enum UnaryOpType {
    Plus,
    Neg,
    PreIncr,
    PreDecr,
    PostIncr,
    PostDecr,
    Not,
    BitwiseNot,
}

Variants

Trait Implementations

impl Clone for UnaryOpType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UnaryOpType
[src]

impl Debug for UnaryOpType
[src]

Formats the value using the given formatter.