Home
last modified time | relevance | path

Searched defs:SuffixBytes (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/
Dslots.rs101 pub type SuffixBytes = [u8; SUFFIX_CSTR_MAX_BYTES]; typedef
103 impl From<Suffix> for SuffixBytes { implementation