Struct genet_abi::decoder::DecoderBox[][src]

#[repr(C)]
pub struct DecoderBox { /* fields omitted */ }

Methods

impl DecoderBox
[src]

Trait Implementations

impl Clone for DecoderBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DecoderBox
[src]

impl Send for DecoderBox
[src]

Auto Trait Implementations

impl !Sync for DecoderBox