#[repr(C)]pub struct ATM_BROADBAND_BEARER_CAPABILITY_IE {
pub BearerClass: u8,
pub TrafficType: u8,
pub TimingRequirements: u8,
pub ClippingSusceptability: u8,
pub UserPlaneConnectionConfig: u8,
}
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§
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