Type Alias rasn_mib::PhysAddress

source ·
pub type PhysAddress = OctetString;
Expand description

This data type is used to model media addresses. For many types of media, this will be in a binary representation. For example, an ethernet address would be represented as a string of 6 octets.

Aliased Type§

struct PhysAddress { /* private fields */ }

Trait Implementations§

source§

impl From<NetToMediaPhysAddress> for PhysAddress

source§

fn from(value: NetToMediaPhysAddress) -> Self

Converts to this type from the input type.
source§

impl From<PhysAddress> for PhysAddress

source§

fn from(value: PhysAddress) -> Self

Converts to this type from the input type.
source§

impl From<PhysAddress> for PhysAddress

source§

fn from(value: PhysAddress) -> Self

Converts to this type from the input type.