Struct windows::Networking::Sockets::SocketQualityOfService
#[repr(transparent)]pub struct SocketQualityOfService(pub i32);
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
§fn clone(&self) -> SocketQualityOfService
fn clone(&self) -> SocketQualityOfService
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SocketQualityOfService
impl Debug for SocketQualityOfService
§impl Default for SocketQualityOfService
impl Default for SocketQualityOfService
§fn default() -> SocketQualityOfService
fn default() -> SocketQualityOfService
Returns the “default value” for a type. Read more
§impl PartialEq for SocketQualityOfService
impl PartialEq for SocketQualityOfService
§fn eq(&self, other: &SocketQualityOfService) -> bool
fn eq(&self, other: &SocketQualityOfService) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SocketQualityOfService
impl Eq for SocketQualityOfService
impl StructuralPartialEq for SocketQualityOfService
Auto Trait Implementations§
impl Freeze for SocketQualityOfService
impl RefUnwindSafe for SocketQualityOfService
impl Send for SocketQualityOfService
impl Sync for SocketQualityOfService
impl Unpin for SocketQualityOfService
impl UnwindSafe for SocketQualityOfService
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)