Struct windows::Win32::Networking::WinSock::FLOWSPEC
#[repr(C)]pub struct FLOWSPEC {
pub TokenRate: u32,
pub TokenBucketSize: u32,
pub PeakBandwidth: u32,
pub Latency: u32,
pub DelayVariation: u32,
pub ServiceType: u32,
pub MaxSduSize: u32,
pub MinimumPolicedSize: u32,
}
Fields§
§TokenRate: u32
§TokenBucketSize: u32
§PeakBandwidth: u32
§Latency: u32
§DelayVariation: u32
§ServiceType: u32
§MaxSduSize: u32
§MinimumPolicedSize: u32
Trait Implementations§
impl Copy for FLOWSPEC
impl Eq for FLOWSPEC
impl StructuralPartialEq for FLOWSPEC
Auto Trait Implementations§
impl Freeze for FLOWSPEC
impl RefUnwindSafe for FLOWSPEC
impl Send for FLOWSPEC
impl Sync for FLOWSPEC
impl Unpin for FLOWSPEC
impl UnwindSafe for FLOWSPEC
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
)