Struct INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
#[repr(C)]pub struct INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES {
pub PtpV2OverUdpIPv4EventMessageReceive: bool,
pub PtpV2OverUdpIPv4AllMessageReceive: bool,
pub PtpV2OverUdpIPv4EventMessageTransmit: bool,
pub PtpV2OverUdpIPv4AllMessageTransmit: bool,
pub PtpV2OverUdpIPv6EventMessageReceive: bool,
pub PtpV2OverUdpIPv6AllMessageReceive: bool,
pub PtpV2OverUdpIPv6EventMessageTransmit: bool,
pub PtpV2OverUdpIPv6AllMessageTransmit: bool,
pub AllReceive: bool,
pub AllTransmit: bool,
pub TaggedTransmit: bool,
}
Fields§
§PtpV2OverUdpIPv4EventMessageReceive: bool
§PtpV2OverUdpIPv4AllMessageReceive: bool
§PtpV2OverUdpIPv4EventMessageTransmit: bool
§PtpV2OverUdpIPv4AllMessageTransmit: bool
§PtpV2OverUdpIPv6EventMessageReceive: bool
§PtpV2OverUdpIPv6AllMessageReceive: bool
§PtpV2OverUdpIPv6EventMessageTransmit: bool
§PtpV2OverUdpIPv6AllMessageTransmit: bool
§AllReceive: bool
§AllTransmit: bool
§TaggedTransmit: bool
Trait Implementations§
§impl Clone for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
impl Clone for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
§fn clone(&self) -> INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
fn clone(&self) -> INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl PartialEq for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
impl PartialEq for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
§fn eq(&self, other: &INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES) -> bool
fn eq(&self, other: &INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
impl StructuralPartialEq for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
Auto Trait Implementations§
impl Freeze for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
impl RefUnwindSafe for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
impl Send for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
impl Sync for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
impl Unpin for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
impl UnwindSafe for INTERFACE_HARDWARE_TIMESTAMP_CAPABILITIES
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more