Enum se_rs_ial::ByteSize
[-] [+]
[src]
pub enum ByteSize { B5, B6, B7, B8, }
Variants
B5 | |
B6 | |
B7 | |
B8 |
pub enum ByteSize { B5, B6, B7, B8, }
B5 | |
B6 | |
B7 | |
B8 |
impl Eq for ByteSize
impl PartialEq for ByteSize
impl Copy for ByteSize
impl Clone for ByteSize
fn clone(&self) -> ByteSize
fn clone_from(&mut self, source: &Self)
impl Debug for ByteSize
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).