Type Alias rend::char_ne

source ·
pub type char_ne = NativeEndian<char>;
Expand description

Alias for NativeEndian<char> .

Aliased Type§

struct char_ne {
    pub value: char,
}

Fields§

§value: char

The value of the type