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