kos_sys::dc::biosfontEnum bfont_code_t
Source #[repr(C)]
pub enum bfont_code_t {
BFONT_CODE_ISO8859_1 = 0,
BFONT_CODE_EUC = 1,
BFONT_CODE_SJIS = 2,
BFONT_CODE_RAW = 3,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.