Struct jbcrs::basic::Opening [] [src]

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

Fields

Trait Implementations

impl Debug for Opening
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Opening

impl Sync for Opening