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
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more