[][src]Trait abxml::model::Identifier

pub trait Identifier {
    fn get_package(&self) -> u8;
fn get_spec(&self) -> u8;
fn get_id(&self) -> u16; }

Required methods

fn get_package(&self) -> u8

fn get_spec(&self) -> u8

fn get_id(&self) -> u16

Loading content...

Implementations on Foreign Types

impl Identifier for u32[src]

Loading content...

Implementors

Loading content...