#[repr(C)]pub struct tagServerInformation {
pub dwServerPid: DWORD,
pub dwServerTid: DWORD,
pub ui64ServerAddress: UINT64,
}Fields§
§dwServerPid: DWORD§dwServerTid: DWORD§ui64ServerAddress: UINT64Trait Implementations§
Source§impl Clone for tagServerInformation
impl Clone for tagServerInformation
Source§fn clone(&self) -> tagServerInformation
fn clone(&self) -> tagServerInformation
Returns a duplicate 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
impl Copy 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