pub struct UiFloodlight {
pub vh_subtitle: String,
pub isolux_subtitle: String,
pub isocandela_subtitle: String,
pub h_plane: String,
pub v_plane: String,
pub log_scale: String,
pub linear_scale: String,
pub mounting_height: String,
pub tilt_angle: String,
pub area_size: String,
pub nema_classification: String,
pub show_contours: String,
}Fields§
§vh_subtitle: String§isolux_subtitle: String§isocandela_subtitle: String§h_plane: String§v_plane: String§log_scale: String§linear_scale: String§mounting_height: String§tilt_angle: String§area_size: String§nema_classification: String§show_contours: StringTrait Implementations§
Source§impl Clone for UiFloodlight
impl Clone for UiFloodlight
Source§fn clone(&self) -> UiFloodlight
fn clone(&self) -> UiFloodlight
Returns a duplicate 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 UiFloodlight
impl Debug for UiFloodlight
Source§impl<'de> Deserialize<'de> for UiFloodlight
impl<'de> Deserialize<'de> for UiFloodlight
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 PartialEq for UiFloodlight
impl PartialEq for UiFloodlight
Source§impl Serialize for UiFloodlight
impl Serialize for UiFloodlight
impl StructuralPartialEq for UiFloodlight
Auto Trait Implementations§
impl Freeze for UiFloodlight
impl RefUnwindSafe for UiFloodlight
impl Send for UiFloodlight
impl Sync for UiFloodlight
impl Unpin for UiFloodlight
impl UnsafeUnpin for UiFloodlight
impl UnwindSafe for UiFloodlight
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