Struct WM_CLIENT_PROPERTIES_EX
#[repr(C)]pub struct WM_CLIENT_PROPERTIES_EX {
pub cbSize: u32,
pub pwszIPAddress: PCWSTR,
pub pwszPort: PCWSTR,
pub pwszDNSName: PCWSTR,
}
Fields§
§cbSize: u32
§pwszIPAddress: PCWSTR
§pwszPort: PCWSTR
§pwszDNSName: PCWSTR
Trait Implementations§
§impl Clone for WM_CLIENT_PROPERTIES_EX
impl Clone for WM_CLIENT_PROPERTIES_EX
§fn clone(&self) -> WM_CLIENT_PROPERTIES_EX
fn clone(&self) -> WM_CLIENT_PROPERTIES_EX
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 WM_CLIENT_PROPERTIES_EX
Auto Trait Implementations§
impl Freeze for WM_CLIENT_PROPERTIES_EX
impl RefUnwindSafe for WM_CLIENT_PROPERTIES_EX
impl !Send for WM_CLIENT_PROPERTIES_EX
impl !Sync for WM_CLIENT_PROPERTIES_EX
impl Unpin for WM_CLIENT_PROPERTIES_EX
impl UnwindSafe for WM_CLIENT_PROPERTIES_EX
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