Struct ServerInformation
#[repr(C)]pub struct ServerInformation {
pub dwServerPid: u32,
pub dwServerTid: u32,
pub ui64ServerAddress: u64,
}
Fields§
§dwServerPid: u32
§dwServerTid: u32
§ui64ServerAddress: u64
Trait Implementations§
§impl Clone for ServerInformation
impl Clone for ServerInformation
§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 more§impl Debug for ServerInformation
impl Debug for ServerInformation
§impl Default for ServerInformation
impl Default for ServerInformation
§impl PartialEq for ServerInformation
impl PartialEq for ServerInformation
impl Copy for ServerInformation
impl StructuralPartialEq 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