Struct lithos::id_map::IdMap[][src]

pub struct IdMap {
    pub inside: u32,
    pub outside: u32,
    pub count: u32,
}

Fields

Trait Implementations

impl Clone for IdMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IdMap
[src]

impl Debug for IdMap
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IdMap

impl Sync for IdMap