pub trait PtpTargetAddress {
const PRIMARY_EVENT: Self;
const PRIMARY_GENERAL: Self;
const PDELAY_EVENT: Self;
const PDELAY_GENERAL: Self;
}
Required Associated Constants§
const PRIMARY_EVENT: Self
const PRIMARY_GENERAL: Self
const PDELAY_EVENT: Self
const PDELAY_GENERAL: Self
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.