#[repr(C)]pub struct INTERFACE_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,
}
Fields§
§PtpV2OverUdpIPv4EventMsgReceiveHw: BOOLEAN
§PtpV2OverUdpIPv4AllMsgReceiveHw: BOOLEAN
§PtpV2OverUdpIPv4EventMsgTransmitHw: BOOLEAN
§PtpV2OverUdpIPv4AllMsgTransmitHw: BOOLEAN
§PtpV2OverUdpIPv6EventMsgReceiveHw: BOOLEAN
§PtpV2OverUdpIPv6AllMsgReceiveHw: BOOLEAN
§PtpV2OverUdpIPv6EventMsgTransmitHw: BOOLEAN
§PtpV2OverUdpIPv6AllMsgTransmitHw: BOOLEAN
§AllReceiveHw: BOOLEAN
§AllTransmitHw: BOOLEAN
§TaggedTransmitHw: BOOLEAN
§AllReceiveSw: BOOLEAN
§AllTransmitSw: BOOLEAN
§TaggedTransmitSw: BOOLEAN
Trait Implementations§
Source§impl Clone for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
impl Clone for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
Source§fn clone(&self) -> INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
fn clone(&self) -> INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
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 moreSource§impl Default for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
impl Default for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
Source§fn default() -> INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
fn default() -> INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
Returns the “default value” for a type. Read more
impl Copy for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
Auto Trait Implementations§
impl Freeze for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
impl RefUnwindSafe for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
impl Send for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
impl Sync for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
impl Unpin for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
impl UnwindSafe for INTERFACE_TIMESTAMP_CAPABILITY_FLAGS
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