Struct windows_sys::Win32::System::RemoteDesktop::WTS_CLIENT_ADDRESS
[−]Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
AddressFamily: u32
Address: [u8; 20]
Trait Implementations
impl Clone for WTS_CLIENT_ADDRESS
impl Clone for WTS_CLIENT_ADDRESS
impl Copy for WTS_CLIENT_ADDRESS
Auto Trait Implementations
impl RefUnwindSafe for WTS_CLIENT_ADDRESS
impl Send for WTS_CLIENT_ADDRESS
impl Sync for WTS_CLIENT_ADDRESS
impl Unpin for WTS_CLIENT_ADDRESS
impl UnwindSafe for WTS_CLIENT_ADDRESS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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