Enum cbindgen::Braces [] [src]

pub enum Braces {
    SameLine,
    NextLine,
}

A style of braces to use for generating code.

Variants

Trait Implementations

impl Debug for Braces
[src]

Formats the value using the given formatter.

impl Clone for Braces
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Braces
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FromStr for Braces
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Deserialize for Braces
[src]

Deserialize this value from the given Serde deserializer. Read more