Crate bilge_impl
Source - bitsize
- Defines the bitsize of a struct or an enum.
- bitsize_internal
- This is internally used, not to be used by anything besides
bitsize.
No guarantees are given.
- BinaryBits
- Generate an
impl core::fmt::Binary for bitfields. - DebugBits
- Generate an
impl core::fmt::Debug for bitfield structs. - DefaultBits
- Generate an
impl core::default::Default for bitfield structs. - FromBits
- Generate an
impl From<uN> for filled bitfields. - TryFromBits
- Generate an
impl TryFrom<uN> for unfilled bitfields.