Trait radio_sx1231::RegisterWord[][src]

pub trait RegisterWord {
    type Bytes: Default + AsMut<[u8]>;
    fn to_bytes(self) -> Self::Bytes;
fn from_bytes(bytes: Self::Bytes) -> Self; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors