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,
}
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§
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