Struct dsdl_parser::Size [] [src]

pub struct Size(_);

Used to determin size of e.g. DynamicArray or a StaticArray

Trait Implementations

impl Display for Size
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Size
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Size
[src]

impl Debug for Size
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Size
[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 Eq for Size
[src]

impl FromStr for Size
[src]

The associated error which can be returned from parsing.

[src]

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

impl From<u8> for Size
[src]

[src]

Performs the conversion.

impl From<u16> for Size
[src]

[src]

Performs the conversion.

impl From<u32> for Size
[src]

[src]

Performs the conversion.

impl From<u64> for Size
[src]

[src]

Performs the conversion.