Function bit_lib_get_bit
Source pub unsafe extern "C" fn bit_lib_get_bit(
data: *const u8,
position: usize,
) -> bool
Expand description
Get the bit of a byte.
§Arguments
data - The byte to get the bits from.
position - The position of the bit.
§Returns
The bit.