Struct windows_sys::Win32::Networking::WinSock::WSASERVICECLASSINFOW
[−]#[repr(C)]pub struct WSASERVICECLASSINFOW {
pub lpServiceClassId: *mut GUID,
pub lpszServiceClassName: PWSTR,
pub dwCount: u32,
pub lpClassInfos: *mut WSANSCLASSINFOW,
}
Expand description
Required features: ‘Win32_Networking_WinSock’
Fields
lpServiceClassId: *mut GUID
lpszServiceClassName: PWSTR
dwCount: u32
lpClassInfos: *mut WSANSCLASSINFOW
Trait Implementations
impl Clone for WSASERVICECLASSINFOW
impl Clone for WSASERVICECLASSINFOW
impl Copy for WSASERVICECLASSINFOW
Auto Trait Implementations
impl RefUnwindSafe for WSASERVICECLASSINFOW
impl !Send for WSASERVICECLASSINFOW
impl !Sync for WSASERVICECLASSINFOW
impl Unpin for WSASERVICECLASSINFOW
impl UnwindSafe for WSASERVICECLASSINFOW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more