Enum rustix::net::sockopt::Timeout   
#[repr(u32)]
pub enum Timeout {    
    Recv,
    Send,
}Documentation
Timeout identifier for use with set_socket_timeout and
get_socket_timeout.
Variants
RecvSO_RCVTIMEO—Timeout for receiving.
SendSO_SNDTIMEO—Timeout for sending.
Auto Trait Implementations
impl RefUnwindSafe for Timeoutimpl UnwindSafe for TimeoutBlanket Implementations
impl<T> BorrowMut<T> for T
where
    T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T