Enum se_rs_ial::ByteSize [-] [+] [src]

pub enum ByteSize {
    B5,
    B6,
    B7,
    B8,
}

Variants

B5
B6
B7
B8

Trait Implementations

Derived Implementations

impl Eq for ByteSize

impl PartialEq for ByteSize

fn eq(&self, __arg_0: &ByteSize) -> bool

fn ne(&self, __arg_0: &ByteSize) -> bool

impl Copy for ByteSize

impl Clone for ByteSize

fn clone(&self) -> ByteSize

fn clone_from(&mut self, source: &Self)

impl Debug for ByteSize

fn fmt(&self, __arg_0: &mut Formatter) -> Result