#[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: BOOLEANPtpV2OverUdpIPv4AllMessageReceive: BOOLEANPtpV2OverUdpIPv4EventMessageTransmit: BOOLEANPtpV2OverUdpIPv4AllMessageTransmit: BOOLEANPtpV2OverUdpIPv6EventMessageReceive: BOOLEANPtpV2OverUdpIPv6AllMessageReceive: BOOLEANPtpV2OverUdpIPv6EventMessageTransmit: BOOLEANPtpV2OverUdpIPv6AllMessageTransmit: BOOLEANAllReceive: BOOLEANAllTransmit: BOOLEANTaggedTransmit: 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.