Struct windows_sys::Win32::NetworkManagement::QoS::QOS_FLOW_FUNDAMENTALS
#[repr(C)]pub struct QOS_FLOW_FUNDAMENTALS {
pub BottleneckBandwidthSet: BOOL,
pub BottleneckBandwidth: u64,
pub AvailableBandwidthSet: BOOL,
pub AvailableBandwidth: u64,
pub RTTSet: BOOL,
pub RTT: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§BottleneckBandwidthSet: BOOL
§BottleneckBandwidth: u64
§AvailableBandwidthSet: BOOL
§AvailableBandwidth: u64
§RTTSet: BOOL
§RTT: u32
Trait Implementations§
§impl Clone for QOS_FLOW_FUNDAMENTALS
impl Clone for QOS_FLOW_FUNDAMENTALS
impl Copy for QOS_FLOW_FUNDAMENTALS
Auto Trait Implementations§
impl RefUnwindSafe for QOS_FLOW_FUNDAMENTALS
impl Send for QOS_FLOW_FUNDAMENTALS
impl Sync for QOS_FLOW_FUNDAMENTALS
impl Unpin for QOS_FLOW_FUNDAMENTALS
impl UnwindSafe for QOS_FLOW_FUNDAMENTALS
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