Struct nastran::datfile::Card [] [src]

pub struct Card<'a> {
    pub first: Option<Field<'a>>,
    pub fields: Vec<Field<'a>>,
    pub continuation: &'a str,
    pub comment: Option<&'a [u8]>,
    pub is_double: bool,
    pub is_comma: bool,
    pub unparsed: Option<&'a [u8]>,
}

Fields

Trait Implementations

impl<'a> PartialEq for Card<'a>
[src]

[src]

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

[src]

This method tests for !=.

impl<'a> Clone for Card<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Card<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Display for Card<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Card<'a>

impl<'a> Sync for Card<'a>