[][src]Trait cdr::Encapsulation

pub trait Encapsulation {
    type E: ByteOrder;
    pub fn id() -> [u8; 2];

    pub fn option() -> [u8; 2] { ... }
}

Data encapsulation scheme identifiers.

Associated Types

Loading content...

Required methods

pub fn id() -> [u8; 2][src]

Loading content...

Provided methods

pub fn option() -> [u8; 2][src]

Loading content...

Implementors

impl Encapsulation for CdrBe[src]

type E = BigEndian

impl Encapsulation for CdrLe[src]

type E = LittleEndian

impl Encapsulation for PlCdrBe[src]

type E = BigEndian

impl Encapsulation for PlCdrLe[src]

type E = LittleEndian

Loading content...