#[repr(C)]pub struct ServerInformation {
pub dwServerPid: DWORD,
pub dwServerTid: DWORD,
pub ui64ServerAddress: UINT64,
}
Fields§
§dwServerPid: DWORD
§dwServerTid: DWORD
§ui64ServerAddress: UINT64
Trait Implementations§
Source§impl Clone for ServerInformation
impl Clone for ServerInformation
Source§fn clone(&self) -> ServerInformation
fn clone(&self) -> ServerInformation
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 moreSource§impl Default for ServerInformation
impl Default for ServerInformation
Source§fn default() -> ServerInformation
fn default() -> ServerInformation
Returns the “default value” for a type. Read more
impl Copy for ServerInformation
Auto Trait Implementations§
impl Freeze for ServerInformation
impl RefUnwindSafe for ServerInformation
impl Send for ServerInformation
impl Sync for ServerInformation
impl Unpin for ServerInformation
impl UnwindSafe for ServerInformation
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