Struct jbcrs_basic::Export [] [src]

pub struct Export {
    pub index: u16,
    pub flags: AccessFlags,
    pub to: Vec<u16>,
}

Fields

Trait Implementations

impl Debug for Export
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Export

impl Sync for Export