FRead

Trait FRead 

Source
pub trait FRead<FI: FieldSpec> {
    // Required method
    fn bits(&self) -> FI::Ux;
}
Expand description

FieldReader::bits as a trait.

Required Methods§

Source

fn bits(&self) -> FI::Ux

Implementations on Foreign Types§

Source§

impl<FI: FieldSpec> FRead<FI> for FieldReader<FI>

Source§

fn bits(&self) -> FI::Ux

Implementors§