Struct nastran::datfile::Deck [] [src]

pub struct Deck<'a> {
    pub cards: Vec<Card<'a>>,
    pub header: Option<&'a [u8]>,
    pub unparsed: Option<&'a [u8]>,
}

Fields

Methods

impl<'a> Deck<'a>
[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for Deck<'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> Display for Deck<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Default for Deck<'a>
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a> From<WorkingDeck<'a>> for Deck<'a>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for Deck<'a>

impl<'a> Sync for Deck<'a>