[][src]Trait deku::BitsWriter

pub trait BitsWriter: BitsSize {
    fn write(self) -> Vec<u8>;
fn swap_endian(self) -> Self; }

Required methods

fn write(self) -> Vec<u8>

fn swap_endian(self) -> Self

Loading content...

Implementations on Foreign Types

impl BitsWriter for u8[src]

impl BitsWriter for u16[src]

impl BitsWriter for u32[src]

impl BitsWriter for u64[src]

impl BitsWriter for usize[src]

Loading content...

Implementors

Loading content...