pub trait PtpTargetAddress {
    const PRIMARY_EVENT: Self;
    const PRIMARY_GENERAL: Self;
    const PDELAY_EVENT: Self;
    const PDELAY_GENERAL: Self;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl PtpTargetAddress for SocketAddrV4

source§

const PRIMARY_EVENT: Self = _

source§

const PRIMARY_GENERAL: Self = _

source§

const PDELAY_EVENT: Self = _

source§

const PDELAY_GENERAL: Self = _

source§

impl PtpTargetAddress for SocketAddrV6

source§

const PRIMARY_EVENT: Self = _

source§

const PRIMARY_GENERAL: Self = _

source§

const PDELAY_EVENT: Self = _

source§

const PDELAY_GENERAL: Self = _

source§

impl PtpTargetAddress for EthernetAddress

source§

const PRIMARY_EVENT: Self = _

source§

const PRIMARY_GENERAL: Self = Self::PRIMARY_EVENT

source§

const PDELAY_EVENT: Self = _

source§

const PDELAY_GENERAL: Self = Self::PDELAY_EVENT

Implementors§