Struct windows_sys::Win32::Networking::WinSock::AAL_PARAMETERS_IE
[−]#[repr(C)]pub struct AAL_PARAMETERS_IE {
pub AALType: AAL_TYPE,
pub AALSpecificParameters: AAL_PARAMETERS_IE_0,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
AALType: AAL_TYPE
AALSpecificParameters: AAL_PARAMETERS_IE_0
Trait Implementations
impl Clone for AAL_PARAMETERS_IE
impl Clone for AAL_PARAMETERS_IE
impl Copy for AAL_PARAMETERS_IE
Auto Trait Implementations
impl RefUnwindSafe for AAL_PARAMETERS_IE
impl Send for AAL_PARAMETERS_IE
impl Sync for AAL_PARAMETERS_IE
impl Unpin for AAL_PARAMETERS_IE
impl UnwindSafe for AAL_PARAMETERS_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