Struct windows_sys::Win32::Networking::WinSock::NL_PATH_BANDWIDTH_ROD
[−]#[repr(C)]pub struct NL_PATH_BANDWIDTH_ROD {
pub Bandwidth: u64,
pub Instability: u64,
pub BandwidthPeaked: BOOLEAN,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
Fields
Bandwidth: u64
Instability: u64
BandwidthPeaked: BOOLEAN
Trait Implementations
impl Clone for NL_PATH_BANDWIDTH_ROD
impl Clone for NL_PATH_BANDWIDTH_ROD
impl Copy for NL_PATH_BANDWIDTH_ROD
Auto Trait Implementations
impl RefUnwindSafe for NL_PATH_BANDWIDTH_ROD
impl Send for NL_PATH_BANDWIDTH_ROD
impl Sync for NL_PATH_BANDWIDTH_ROD
impl Unpin for NL_PATH_BANDWIDTH_ROD
impl UnwindSafe for NL_PATH_BANDWIDTH_ROD
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