#[repr(C)]
pub struct INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES { pub PtpV2OverUdpIPv4EventMessageReceive: BOOLEAN, pub PtpV2OverUdpIPv4AllMessageReceive: BOOLEAN, pub PtpV2OverUdpIPv4EventMessageTransmit: BOOLEAN, pub PtpV2OverUdpIPv4AllMessageTransmit: BOOLEAN, pub PtpV2OverUdpIPv6EventMessageReceive: BOOLEAN, pub PtpV2OverUdpIPv6AllMessageReceive: BOOLEAN, pub PtpV2OverUdpIPv6EventMessageTransmit: BOOLEAN, pub PtpV2OverUdpIPv6AllMessageTransmit: BOOLEAN, pub AllReceive: BOOLEAN, pub AllTransmit: BOOLEAN, pub TaggedTransmit: BOOLEAN, }
Expand description

Required features: "Win32_NetworkManagement_IpHelper", "Win32_Foundation"

Fields§

§PtpV2OverUdpIPv4EventMessageReceive: BOOLEAN§PtpV2OverUdpIPv4AllMessageReceive: BOOLEAN§PtpV2OverUdpIPv4EventMessageTransmit: BOOLEAN§PtpV2OverUdpIPv4AllMessageTransmit: BOOLEAN§PtpV2OverUdpIPv6EventMessageReceive: BOOLEAN§PtpV2OverUdpIPv6AllMessageReceive: BOOLEAN§PtpV2OverUdpIPv6EventMessageTransmit: BOOLEAN§PtpV2OverUdpIPv6AllMessageTransmit: BOOLEAN§AllReceive: BOOLEAN§AllTransmit: BOOLEAN§TaggedTransmit: BOOLEAN

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.