pub struct IpRecvTos;
Expand description
If enabled, the IP_TOS ancillary message is passed with incoming packets.
Trait Implementations§
source§impl GetSockOpt for IpRecvTos
impl GetSockOpt for IpRecvTos
source§impl SetSockOpt for IpRecvTos
impl SetSockOpt for IpRecvTos
impl Copy for IpRecvTos
impl Eq for IpRecvTos
impl StructuralPartialEq for IpRecvTos
Auto Trait Implementations§
impl Freeze for IpRecvTos
impl RefUnwindSafe for IpRecvTos
impl Send for IpRecvTos
impl Sync for IpRecvTos
impl Unpin for IpRecvTos
impl UnwindSafe for IpRecvTos
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)