#[repr(C)]pub struct tagServerInformation {
pub dwServerPid: DWORD,
pub dwServerTid: DWORD,
pub ui64ServerAddress: UINT64,
}
Fields§
§dwServerPid: DWORD
§dwServerTid: DWORD
§ui64ServerAddress: UINT64
Trait Implementations§
Source§impl Clone for tagServerInformation
impl Clone for tagServerInformation
Source§fn clone(&self) -> tagServerInformation
fn clone(&self) -> tagServerInformation
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 Debug for tagServerInformation
impl Debug for tagServerInformation
Source§impl Ord for tagServerInformation
impl Ord for tagServerInformation
Source§fn cmp(&self, other: &tagServerInformation) -> Ordering
fn cmp(&self, other: &tagServerInformation) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagServerInformation
impl PartialEq for tagServerInformation
Source§impl PartialOrd for tagServerInformation
impl PartialOrd for tagServerInformation
impl Copy for tagServerInformation
impl Eq for tagServerInformation
impl StructuralPartialEq for tagServerInformation
Auto Trait Implementations§
impl Freeze for tagServerInformation
impl RefUnwindSafe for tagServerInformation
impl Send for tagServerInformation
impl Sync for tagServerInformation
impl Unpin for tagServerInformation
impl UnwindSafe for tagServerInformation
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