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
Recv
SO_RCVTIMEO
—Timeout for receiving.
Send
SO_SNDTIMEO
—Timeout for sending.
Auto Trait Implementations
impl RefUnwindSafe for Timeout
impl UnwindSafe for Timeout
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T