Struct windows_sys::Win32::System::WinRT::ServerInformation
[−]#[repr(C)]pub struct ServerInformation {
pub dwServerPid: u32,
pub dwServerTid: u32,
pub ui64ServerAddress: u64,
}
Expand description
Required features: "Win32_System_WinRT"
Fields
dwServerPid: u32
dwServerTid: u32
ui64ServerAddress: u64
Trait Implementations
impl Clone for ServerInformation
impl Clone for ServerInformation
impl Copy for ServerInformation
Auto Trait Implementations
impl RefUnwindSafe for ServerInformation
impl Send for ServerInformation
impl Sync for ServerInformation
impl Unpin for ServerInformation
impl UnwindSafe for ServerInformation
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