Enum goblin::container::Container [] [src]

pub enum Container {
    Little,
    Big,
}

The size of a binary container

Variants

Methods

impl Container
[src]

[src]

Is this a 64-bit container or not?

Trait Implementations

impl Debug for Container
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Container
[src]

impl Clone for Container
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Container
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Default for Container
[src]

[src]

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

impl From<Container> for Ctx
[src]

[src]

Performs the conversion.

impl SizeWith<Container> for Header
[src]

[src]

Auto Trait Implementations

impl Send for Container

impl Sync for Container