Struct WSASERVICECLASSINFOA
#[repr(C)]pub struct WSASERVICECLASSINFOA {
pub lpServiceClassId: *mut GUID,
pub lpszServiceClassName: PSTR,
pub dwCount: u32,
pub lpClassInfos: *mut WSANSCLASSINFOA,
}
Fields§
§lpServiceClassId: *mut GUID
§lpszServiceClassName: PSTR
§dwCount: u32
§lpClassInfos: *mut WSANSCLASSINFOA
Trait Implementations§
§impl Clone for WSASERVICECLASSINFOA
impl Clone for WSASERVICECLASSINFOA
§fn clone(&self) -> WSASERVICECLASSINFOA
fn clone(&self) -> WSASERVICECLASSINFOA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WSASERVICECLASSINFOA
Auto Trait Implementations§
impl Freeze for WSASERVICECLASSINFOA
impl RefUnwindSafe for WSASERVICECLASSINFOA
impl !Send for WSASERVICECLASSINFOA
impl !Sync for WSASERVICECLASSINFOA
impl Unpin for WSASERVICECLASSINFOA
impl UnwindSafe for WSASERVICECLASSINFOA
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