Struct minetest_protocol::wire::types::AutoExposure
source · pub struct AutoExposure {
pub luminance_min: f32,
pub luminance_max: f32,
pub exposure_correction: f32,
pub speed_dark_bright: f32,
pub speed_bright_dark: f32,
pub center_weight_power: f32,
}
Fields§
§luminance_min: f32
§luminance_max: f32
§exposure_correction: f32
§speed_dark_bright: f32
§speed_bright_dark: f32
§center_weight_power: f32
Trait Implementations§
source§impl Clone for AutoExposure
impl Clone for AutoExposure
source§fn clone(&self) -> AutoExposure
fn clone(&self) -> AutoExposure
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 AutoExposure
impl Debug for AutoExposure
source§impl Deserialize for AutoExposure
impl Deserialize for AutoExposure
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<AutoExposure> for AutoExposure
impl PartialEq<AutoExposure> for AutoExposure
source§fn eq(&self, other: &AutoExposure) -> bool
fn eq(&self, other: &AutoExposure) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.