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_Foundation"
Fields§
§PeakCellRate_CLP0: u32
§PeakCellRate_CLP01: u32
§SustainableCellRate_CLP0: u32
§SustainableCellRate_CLP01: u32
§MaxBurstSize_CLP0: u32
§MaxBurstSize_CLP01: u32
§Tagging: BOOL
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ATM_TD
impl Send for ATM_TD
impl Sync for ATM_TD
impl Unpin for ATM_TD
impl UnwindSafe for ATM_TD
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