Trait regex_automata::util::int::U32

source ·
pub(crate) trait U32 {
    // Required methods
    fn as_usize(self) -> usize;
    fn low_u8(self) -> u8;
    fn low_u16(self) -> u16;
    fn high_u16(self) -> u16;
}

Required Methods§

source

fn as_usize(self) -> usize

source

fn low_u8(self) -> u8

source

fn low_u16(self) -> u16

source

fn high_u16(self) -> u16

Implementations on Foreign Types§

source§

impl U32 for u32

source§

fn as_usize(self) -> usize

source§

fn low_u8(self) -> u8

source§

fn low_u16(self) -> u16

source§

fn high_u16(self) -> u16

Implementors§