#[repr(C)]pub struct ATM_BROADBAND_BEARER_CAPABILITY_IE {
pub BearerClass: u8,
pub TrafficType: u8,
pub TimingRequirements: u8,
pub ClippingSusceptability: u8,
pub UserPlaneConnectionConfig: u8,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
BearerClass: u8
TrafficType: u8
TimingRequirements: u8
ClippingSusceptability: u8
UserPlaneConnectionConfig: u8
Trait Implementations
impl Clone for ATM_BROADBAND_BEARER_CAPABILITY_IE
impl Clone for ATM_BROADBAND_BEARER_CAPABILITY_IE
impl Copy for ATM_BROADBAND_BEARER_CAPABILITY_IE
Auto Trait Implementations
impl RefUnwindSafe for ATM_BROADBAND_BEARER_CAPABILITY_IE
impl Send for ATM_BROADBAND_BEARER_CAPABILITY_IE
impl Sync for ATM_BROADBAND_BEARER_CAPABILITY_IE
impl Unpin for ATM_BROADBAND_BEARER_CAPABILITY_IE
impl UnwindSafe for ATM_BROADBAND_BEARER_CAPABILITY_IE
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