[][src]Trait deku::BitsSize

pub trait BitsSize {
    fn bit_size() -> usize;
}

Required methods

fn bit_size() -> usize

Loading content...

Implementations on Foreign Types

impl BitsSize for u8[src]

impl BitsSize for u16[src]

impl BitsSize for u32[src]

impl BitsSize for u64[src]

impl BitsSize for usize[src]

Loading content...

Implementors

Loading content...