#[repr(C)]pub struct FLOWSPEC {
pub TokenRate: ULONG,
pub TokenBucketSize: ULONG,
pub PeakBandwidth: ULONG,
pub Latency: ULONG,
pub DelayVariation: ULONG,
pub ServiceType: SERVICETYPE,
pub MaxSduSize: ULONG,
pub MinimumPolicedSize: ULONG,
}
Fields
TokenRate: ULONG
TokenBucketSize: ULONG
PeakBandwidth: ULONG
Latency: ULONG
DelayVariation: ULONG
ServiceType: SERVICETYPE
MaxSduSize: ULONG
MinimumPolicedSize: ULONG
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