[][src]Trait srec::Address

pub trait Address {
    fn to_be_bytes(&self) -> Vec<u8>;
}

Allows conversion of an address into a vector of big-endian bytes

Required methods

fn to_be_bytes(&self) -> Vec<u8>

Returns the bytes of the address value in big-endian

Loading content...

Implementors

impl Address for Address16[src]

impl Address for Address24[src]

impl Address for Address32[src]

Loading content...