Trait bitstruct::FromRaw[][src]

pub trait FromRaw<Raw, Target> {
    fn from_raw(raw: Raw) -> Target;
}

Required methods

Implementors