Struct picotcp_sys::pico_eth [] [src]

#[repr(C, packed)]
pub struct pico_eth { pub addr: [uint8_t; 6], pub padding: [uint8_t; 2], }

Fields

Trait Implementations

impl Copy for pico_eth
[src]

impl Clone for pico_eth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for pico_eth
[src]

Formats the value using the given formatter.

impl Default for pico_eth
[src]

Returns the "default value" for a type. Read more