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