pub struct TxTime;
Expand description
Configures the behavior of time-based transmission of packets, for use
with the TxTime
control message.
Trait Implementations
sourceimpl GetSockOpt for TxTime
impl GetSockOpt for TxTime
type Val = sock_txtime
sourcefn get(&self, fd: RawFd) -> Result<sock_txtime>
fn get(&self, fd: RawFd) -> Result<sock_txtime>
Look up the value of this socket option on the given socket.
sourceimpl SetSockOpt for TxTime
impl SetSockOpt for TxTime
type Val = sock_txtime
impl Copy for TxTime
impl Eq for TxTime
impl StructuralEq for TxTime
impl StructuralPartialEq for TxTime
Auto Trait Implementations
impl RefUnwindSafe for TxTime
impl Send for TxTime
impl Sync for TxTime
impl Unpin for TxTime
impl UnwindSafe for TxTime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more