Trait PtpTargetAddress

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

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl PtpTargetAddress for SocketAddrV4

Source§

impl PtpTargetAddress for SocketAddrV6

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§