Enum rustc_ast::token::BinOpToken [−][src]
pub enum BinOpToken {
Plus,
Minus,
Star,
Slash,
Percent,
Caret,
And,
Or,
Shl,
Shr,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BinOpToken
impl Send for BinOpToken
impl Sync for BinOpToken
impl Unpin for BinOpToken
impl UnwindSafe for BinOpToken
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Plus
: 0 bytesMinus
: 0 bytesStar
: 0 bytesSlash
: 0 bytesPercent
: 0 bytesCaret
: 0 bytesAnd
: 0 bytesOr
: 0 bytesShl
: 0 bytesShr
: 0 bytes