Enum cbindgen::AnnotationValue [] [src]

pub enum AnnotationValue {
    List(Vec<String>),
    Atom(Option<String>),
    Bool(bool),
}

A value specified by an annotation.

Variants

Trait Implementations

impl Debug for AnnotationValue
[src]

Formats the value using the given formatter.

impl Clone for AnnotationValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more