#[repr(transparent)]pub struct SocketQualityOfService(pub i32);
Expand description
Required features: "Networking_Sockets"
Tuple Fields
0: i32
Implementations
impl SocketQualityOfService
impl SocketQualityOfService
pub const Normal: Self = Self(0i32)
pub const LowLatency: Self = Self(1i32)
Trait Implementations
impl Clone for SocketQualityOfService
impl Clone for SocketQualityOfService
impl Copy for SocketQualityOfService
Auto Trait Implementations
impl RefUnwindSafe for SocketQualityOfService
impl Send for SocketQualityOfService
impl Sync for SocketQualityOfService
impl Unpin for SocketQualityOfService
impl UnwindSafe for SocketQualityOfService
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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