Struct goblin::container::Ctx [] [src]

pub struct Ctx {
    pub container: Container,
    pub le: Endian,
}

Fields

Methods

impl Ctx
[src]

Trait Implementations

impl Debug for Ctx
[src]

Formats the value using the given formatter.

impl Copy for Ctx
[src]

impl Clone for Ctx
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Ctx
[src]

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

This method tests for !=.

impl From<Container> for Ctx
[src]

Performs the conversion.

impl From<Endian> for Ctx
[src]

Performs the conversion.

impl Default for Ctx
[src]

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