Struct windows_sys::Win32::NetworkManagement::QoS::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,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
TokenRate: u32
TokenBucketSize: u32
PeakBandwidth: u32
Latency: u32
DelayVariation: u32
ServiceType: u32
MaxSduSize: u32
MinimumPolicedSize: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FLOWSPEC
impl Send for FLOWSPEC
impl Sync for FLOWSPEC
impl Unpin for FLOWSPEC
impl UnwindSafe for FLOWSPEC
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