Struct xash3d_protocol::server::Challenge
source · pub struct Challenge {
pub server_challenge: Option<u32>,
}Expand description
Sended to a master server before ServerAdd packet.
Fields§
§server_challenge: Option<u32>A number that the server must return in response.
Implementations§
Trait Implementations§
source§impl PartialEq for Challenge
impl PartialEq for Challenge
impl StructuralPartialEq for Challenge
Auto Trait Implementations§
impl RefUnwindSafe for Challenge
impl Send for Challenge
impl Sync for Challenge
impl Unpin for Challenge
impl UnwindSafe for Challenge
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