Trait bit_struct::BitStruct
source · [−]pub trait BitStruct<const ALWAYS_VALID: bool> {
type Kind;
unsafe fn from_unchecked(value: Self::Kind) -> Self;
}
pub trait BitStruct<const ALWAYS_VALID: bool> {
type Kind;
unsafe fn from_unchecked(value: Self::Kind) -> Self;
}