#[repr(C)]pub struct WSASERVICECLASSINFOA {
pub lpServiceClassId: LPGUID,
pub lpszServiceClassName: LPSTR,
pub dwCount: DWORD,
pub lpClassInfos: LPWSANSCLASSINFOA,
}
Fields
lpServiceClassId: LPGUID
lpszServiceClassName: LPSTR
dwCount: DWORD
lpClassInfos: LPWSANSCLASSINFOA
Trait Implementations
sourceimpl Clone for WSASERVICECLASSINFOA
impl Clone for WSASERVICECLASSINFOA
sourcefn clone(&self) -> WSASERVICECLASSINFOA
fn clone(&self) -> WSASERVICECLASSINFOA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for WSASERVICECLASSINFOA
Auto Trait Implementations
impl RefUnwindSafe for WSASERVICECLASSINFOA
impl !Send for WSASERVICECLASSINFOA
impl !Sync for WSASERVICECLASSINFOA
impl Unpin for WSASERVICECLASSINFOA
impl UnwindSafe for WSASERVICECLASSINFOA
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