Trait windows_gen::HexReader[][src]

pub trait HexReader {
    fn next_u8(&mut self) -> u8;
fn next_u16(&mut self) -> u16;
fn next_u32(&mut self) -> u32; }

Required methods

fn next_u8(&mut self) -> u8[src]

fn next_u16(&mut self) -> u16[src]

fn next_u32(&mut self) -> u32[src]

Loading content...

Implementations on Foreign Types

impl HexReader for Bytes<'_>[src]

Loading content...

Implementors

Loading content...