aho_corasick::util::int

Trait U64

Source
pub(crate) trait U64 {
    // Required methods
    fn as_usize(self) -> usize;
    fn low_u8(self) -> u8;
    fn low_u16(self) -> u16;
    fn low_u32(self) -> u32;
    fn high_u32(self) -> u32;
}

Required Methods§

Source

fn as_usize(self) -> usize

Source

fn low_u8(self) -> u8

Source

fn low_u16(self) -> u16

Source

fn low_u32(self) -> u32

Source

fn high_u32(self) -> u32

Implementations on Foreign Types§

Source§

impl U64 for u64

Source§

fn as_usize(self) -> usize

Source§

fn low_u8(self) -> u8

Source§

fn low_u16(self) -> u16

Source§

fn low_u32(self) -> u32

Source§

fn high_u32(self) -> u32

Implementors§