#[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
pub const LowLatency: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more