Type Alias ctru_sys::CWDH_s

source ·
pub type CWDH_s = tag_CWDH_s;
Expand description

Font character width information block type.

Aliased Type§

struct CWDH_s {
    pub startIndex: u16,
    pub endIndex: u16,
    pub next: *mut tag_CWDH_s,
    pub widths: __IncompleteArrayField<charWidthInfo_s>,
}

Fields§

§startIndex: u16

< First Unicode codepoint the block applies to.

§endIndex: u16

< Last Unicode codepoint the block applies to.

§next: *mut tag_CWDH_s

< Pointer to the next block.

§widths: __IncompleteArrayField<charWidthInfo_s>

< Table of character width information structures.

Trait Implementations

source§

impl Debug for tag_CWDH_s

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for tag_CWDH_s

source§

fn default() -> Self

Returns the “default value” for a type. Read more