Struct windows_sys::Win32::Networking::WinSock::AAL5_PARAMETERS
[−]#[repr(C)]pub struct AAL5_PARAMETERS {
pub ForwardMaxCPCSSDUSize: u32,
pub BackwardMaxCPCSSDUSize: u32,
pub Mode: u8,
pub SSCSType: u8,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
ForwardMaxCPCSSDUSize: u32
BackwardMaxCPCSSDUSize: u32
Mode: u8
SSCSType: u8
Trait Implementations
impl Clone for AAL5_PARAMETERS
impl Clone for AAL5_PARAMETERS
impl Copy for AAL5_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for AAL5_PARAMETERS
impl Send for AAL5_PARAMETERS
impl Sync for AAL5_PARAMETERS
impl Unpin for AAL5_PARAMETERS
impl UnwindSafe for AAL5_PARAMETERS
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