Struct windows_sys::Win32::Networking::WinSock::ATM_TD
#[repr(C)]pub struct ATM_TD {
pub PeakCellRate_CLP0: u32,
pub PeakCellRate_CLP01: u32,
pub SustainableCellRate_CLP0: u32,
pub SustainableCellRate_CLP01: u32,
pub MaxBurstSize_CLP0: u32,
pub MaxBurstSize_CLP01: u32,
pub Tagging: BOOL,
}Expand description
Required features: "Win32_Networking_WinSock", "Win32_Foundation"
Fields§
§PeakCellRate_CLP0: u32§PeakCellRate_CLP01: u32§SustainableCellRate_CLP0: u32§SustainableCellRate_CLP01: u32§MaxBurstSize_CLP0: u32§MaxBurstSize_CLP01: u32§Tagging: BOOL