SizedType

Trait SizedType 

Source
pub trait SizedType: Debug {
    // Required method
    fn word_size(&self) -> u64;
}

Required Methods§

Source

fn word_size(&self) -> u64

Implementations on Foreign Types§

Source§

impl SizedType for u64

Source§

fn word_size(&self) -> u64

Source§

impl SizedType for usize

Source§

fn word_size(&self) -> u64

Implementors§