Trait bondrewd::Bitfields[][src]

pub trait Bitfields<const SIZE: usize> {
    const BYTE_SIZE: usize;
    const BIT_SIZE: usize;

    fn into_bytes(self) -> [u8; SIZE];
fn from_bytes(input_byte_buffer: [u8; SIZE]) -> Self; }

Associated Constants

Required methods

Implementors