Struct fsd_interface::AircraftLightsConfig
source · pub struct AircraftLightsConfig {
pub strobe_on: Option<bool>,
pub landing_on: Option<bool>,
pub taxi_on: Option<bool>,
pub beacon_on: Option<bool>,
pub nav_on: Option<bool>,
pub logo_on: Option<bool>,
}Fields§
§strobe_on: Option<bool>§landing_on: Option<bool>§taxi_on: Option<bool>§beacon_on: Option<bool>§logo_on: Option<bool>Trait Implementations§
source§impl Clone for AircraftLightsConfig
impl Clone for AircraftLightsConfig
source§fn clone(&self) -> AircraftLightsConfig
fn clone(&self) -> AircraftLightsConfig
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 AircraftLightsConfig
impl Debug for AircraftLightsConfig
source§impl Default for AircraftLightsConfig
impl Default for AircraftLightsConfig
source§fn default() -> AircraftLightsConfig
fn default() -> AircraftLightsConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AircraftLightsConfig
impl<'de> Deserialize<'de> for AircraftLightsConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for AircraftLightsConfig
impl Serialize for AircraftLightsConfig
impl Copy for AircraftLightsConfig
Auto Trait Implementations§
impl RefUnwindSafe for AircraftLightsConfig
impl Send for AircraftLightsConfig
impl Sync for AircraftLightsConfig
impl Unpin for AircraftLightsConfig
impl UnwindSafe for AircraftLightsConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more