#[repr(C)]pub struct WSANSCLASSINFOW {
pub lpszName: LPWSTR,
pub dwNameSpace: DWORD,
pub dwValueType: DWORD,
pub dwValueSize: DWORD,
pub lpValue: LPVOID,
}
Fields§
§lpszName: LPWSTR
§dwNameSpace: DWORD
§dwValueType: DWORD
§dwValueSize: DWORD
§lpValue: LPVOID
Trait Implementations§
Source§impl Clone for WSANSCLASSINFOW
impl Clone for WSANSCLASSINFOW
Source§fn clone(&self) -> WSANSCLASSINFOW
fn clone(&self) -> WSANSCLASSINFOW
Returns a duplicate 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 moreSource§impl Default for WSANSCLASSINFOW
impl Default for WSANSCLASSINFOW
Source§fn default() -> WSANSCLASSINFOW
fn default() -> WSANSCLASSINFOW
Returns the “default value” for a type. Read more
impl Copy for WSANSCLASSINFOW
Auto Trait Implementations§
impl Freeze for WSANSCLASSINFOW
impl RefUnwindSafe for WSANSCLASSINFOW
impl !Send for WSANSCLASSINFOW
impl !Sync for WSANSCLASSINFOW
impl Unpin for WSANSCLASSINFOW
impl UnwindSafe for WSANSCLASSINFOW
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