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