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