Trait xxlib::data_read::RNumberVar[][src]

pub trait RNumberVar {
    fn read(dr: &mut DataReader<'_>) -> Result<Self>
    where
        Self: Sized
; }

Required methods

fn read(dr: &mut DataReader<'_>) -> Result<Self> where
    Self: Sized
[src]

Loading content...

Implementations on Foreign Types

impl RNumberVar for u16[src]

impl RNumberVar for i16[src]

impl RNumberVar for u32[src]

impl RNumberVar for i32[src]

impl RNumberVar for u64[src]

impl RNumberVar for i64[src]

Loading content...

Implementors

Loading content...