Struct windows::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,
}
Fields§
§PeakCellRate_CLP0: u32
§PeakCellRate_CLP01: u32
§SustainableCellRate_CLP0: u32
§SustainableCellRate_CLP01: u32
§MaxBurstSize_CLP0: u32
§MaxBurstSize_CLP01: u32
§Tagging: BOOL
Trait Implementations§
impl Copy for ATM_TD
impl Eq for ATM_TD
impl StructuralPartialEq for ATM_TD
Auto Trait Implementations§
impl Freeze for ATM_TD
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)