Struct capsules::net::sixlowpan_compression::Context [] [src]

pub struct Context {
    pub prefix: [u8; 16],
    pub prefix_len: u8,
    pub id: u8,
    pub compress: bool,
}

Fields

Trait Implementations

impl Copy for Context
[src]

impl Clone for Context
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Debug for Context
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl ContextStore for Context
[src]

[src]

[src]

[src]

[src]