Skip to main content

FieldReader

Type Alias FieldReader 

Source
pub type FieldReader<U, FI> = FieldReaderRaw<U, FI>;
Expand description

Field reader.

Result of the read methods of fields.

Aliased Type§

pub struct FieldReader<U, FI> { /* private fields */ }

Implementations§

Source§

impl<U, FI> FieldReader<U, FI>
where U: Copy,

Source

pub fn bits(&self) -> U

Reads raw bits from field.

Trait Implementations§

Source§

impl<U, FI> PartialEq<FI> for FieldReader<U, FI>
where U: PartialEq + From<FI>, FI: Copy,

Source§

fn eq(&self, other: &FI) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more