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