Struct minetest_protocol::wire::command::AuthAcceptSpec
source · pub struct AuthAcceptSpec {
pub player_pos: v3f,
pub map_seed: u64,
pub recommended_send_interval: f32,
pub sudo_auth_methods: u32,
}
Fields§
§player_pos: v3f
§map_seed: u64
§recommended_send_interval: f32
§sudo_auth_methods: u32
Trait Implementations§
source§impl Clone for AuthAcceptSpec
impl Clone for AuthAcceptSpec
source§fn clone(&self) -> AuthAcceptSpec
fn clone(&self) -> AuthAcceptSpec
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 AuthAcceptSpec
impl Debug for AuthAcceptSpec
source§impl Deserialize for AuthAcceptSpec
impl Deserialize for AuthAcceptSpec
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl From<AuthAcceptSpec> for ToClientCommand
impl From<AuthAcceptSpec> for ToClientCommand
source§fn from(value: AuthAcceptSpec) -> Self
fn from(value: AuthAcceptSpec) -> Self
Converts to this type from the input type.
source§impl PartialEq<AuthAcceptSpec> for AuthAcceptSpec
impl PartialEq<AuthAcceptSpec> for AuthAcceptSpec
source§fn eq(&self, other: &AuthAcceptSpec) -> bool
fn eq(&self, other: &AuthAcceptSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.