Function bit_buffer_has_partial_byte
Source pub unsafe extern "C" fn bit_buffer_has_partial_byte(
buf: *const BitBuffer,
) -> bool
Expand description
Check whether a BitBuffer instance contains a partial byte (i.e. the bit
count is not divisible by 8).
§Arguments
buf (direction in) - pointer to a BitBuffer instance to be checked
§Returns
true if the instance contains a partial byte, false otherwise