Expand description
§Internal Macro Implementations
The contents of this module are required to be publicly reachable from external
crates, because that is the context in which the public macros expand; however,
the contents of this module are not public API and bitvec does not support
any use of it other than within the public macros.
Re-exports§
#[doc(hidden)] pub use core;#[doc(hidden)] pub use funty;#[doc(hidden)] pub use self::u8_from_le_bits as u8_from_ne_bits;
Functions§
- u8_
from_ 👻be_ bits - Constructs a
u8from bits applied inMsb0order (ahigh,hlow). - u8_
from_ 👻le_ bits - Constructs a
u8from bits applied inLsb0order (alow,hhigh).