Union windows_sys::Win32::Networking::WinSock::AAL_PARAMETERS_IE_0
[−]#[repr(C)]
pub union AAL_PARAMETERS_IE_0 {
pub AAL5Parameters: AAL5_PARAMETERS,
pub AALUserParameters: AALUSER_PARAMETERS,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
AAL5Parameters: AAL5_PARAMETERS
AALUserParameters: AALUSER_PARAMETERS
Trait Implementations
impl Clone for AAL_PARAMETERS_IE_0
impl Clone for AAL_PARAMETERS_IE_0
impl Copy for AAL_PARAMETERS_IE_0
Auto Trait Implementations
impl RefUnwindSafe for AAL_PARAMETERS_IE_0
impl Send for AAL_PARAMETERS_IE_0
impl Sync for AAL_PARAMETERS_IE_0
impl Unpin for AAL_PARAMETERS_IE_0
impl UnwindSafe for AAL_PARAMETERS_IE_0
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