#[repr(C)]
pub struct NDIS_TIMESTAMP_CAPABILITY_FLAGS {
Show 14 fields pub PtpV2OverUdpIPv4EventMsgReceiveHw: BOOLEAN, pub PtpV2OverUdpIPv4AllMsgReceiveHw: BOOLEAN, pub PtpV2OverUdpIPv4EventMsgTransmitHw: BOOLEAN, pub PtpV2OverUdpIPv4AllMsgTransmitHw: BOOLEAN, pub PtpV2OverUdpIPv6EventMsgReceiveHw: BOOLEAN, pub PtpV2OverUdpIPv6AllMsgReceiveHw: BOOLEAN, pub PtpV2OverUdpIPv6EventMsgTransmitHw: BOOLEAN, pub PtpV2OverUdpIPv6AllMsgTransmitHw: BOOLEAN, pub AllReceiveHw: BOOLEAN, pub AllTransmitHw: BOOLEAN, pub TaggedTransmitHw: BOOLEAN, pub AllReceiveSw: BOOLEAN, pub AllTransmitSw: BOOLEAN, pub TaggedTransmitSw: BOOLEAN,
}
Expand description

Required features: "Win32_NetworkManagement_Ndis", "Win32_Foundation"

Fields

PtpV2OverUdpIPv4EventMsgReceiveHw: BOOLEANPtpV2OverUdpIPv4AllMsgReceiveHw: BOOLEANPtpV2OverUdpIPv4EventMsgTransmitHw: BOOLEANPtpV2OverUdpIPv4AllMsgTransmitHw: BOOLEANPtpV2OverUdpIPv6EventMsgReceiveHw: BOOLEANPtpV2OverUdpIPv6AllMsgReceiveHw: BOOLEANPtpV2OverUdpIPv6EventMsgTransmitHw: BOOLEANPtpV2OverUdpIPv6AllMsgTransmitHw: BOOLEANAllReceiveHw: BOOLEANAllTransmitHw: BOOLEANTaggedTransmitHw: BOOLEANAllReceiveSw: BOOLEANAllTransmitSw: BOOLEANTaggedTransmitSw: 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.