Trait bit_struct::FieldStorage
source · pub trait FieldStorage {
type StoredType;
fn inner_raw(self) -> Self::StoredType;
}
Expand description
A type which can be a field of a bit_struct
Required Associated Types
sourcetype StoredType
type StoredType
The type this field stores as
Required Methods
sourcefn inner_raw(self) -> Self::StoredType
fn inner_raw(self) -> Self::StoredType
Get the raw representation of this value