Struct reproto_core::RpOptionDecl [] [src]

pub struct RpOptionDecl {
    pub name: String,
    pub value: Loc<RpValue>,
}

Fields

Trait Implementations

impl Debug for RpOptionDecl
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpOptionDecl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl OptionEntry for RpOptionDecl
[src]

[src]

Get the name of the option.

[src]

Get the value as a string.

[src]

Get the value as an 32-bit unsigned integer.

[src]

Get the value as an identifier.