Struct windows_sys::Win32::Networking::WinSock::WSPDATA
[−]#[repr(C)]pub struct WSPDATA {
pub wVersion: u16,
pub wHighVersion: u16,
pub szDescription: [u16; 256],
}Expand description
Required features: "Win32_Networking_WinSock"
Fields
wVersion: u16wHighVersion: u16szDescription: [u16; 256]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WSPDATA
impl Send for WSPDATA
impl Sync for WSPDATA
impl Unpin for WSPDATA
impl UnwindSafe for WSPDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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