#[repr(u8)]pub enum Byte {
Show 33 variants
TT = 69,
YAE = 79,
YE = 80,
PP = 81,
KK = 82,
SS = 84,
JJ = 87,
M = 97,
YU = 98,
CH = 99,
NG = 100,
D = 101,
R = 102,
H = 103,
O = 104,
YA = 105,
EO = 106,
A = 107,
I = 108,
EU = 109,
U = 110,
AE = 111,
E = 112,
B = 113,
G = 114,
N = 115,
S = 116,
YEO = 117,
P = 118,
J = 119,
T = 120,
YO = 121,
K = 122,
}
Expand description
This is the intermediate representation of the Buffer input.
Its TryFrom
implementations also act as input validators.
Any input that is successfully converted to Byte
is a valid
modern Hangul Jamo.
Variants§
TT = 69
E
YAE = 79
O
YE = 80
P
PP = 81
Q
KK = 82
R
SS = 84
T
JJ = 87
W
M = 97
a
YU = 98
b
CH = 99
c
NG = 100
d
D = 101
e
R = 102
f
H = 103
g
O = 104
h
YA = 105
i
EO = 106
j
A = 107
k
I = 108
l
EU = 109
m
U = 110
n
AE = 111
o
E = 112
p
B = 113
q
G = 114
r
N = 115
s
S = 116
t
YEO = 117
u
P = 118
v
J = 119
w
T = 120
x
YO = 121
y
K = 122
z
Implementations§
Trait Implementations§
impl Copy for Byte
Auto Trait Implementations§
impl Freeze for Byte
impl RefUnwindSafe for Byte
impl Send for Byte
impl Sync for Byte
impl Unpin for Byte
impl UnwindSafe for Byte
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more