pub struct UiBevyScene {Show 21 fields
pub title: String,
pub click_to_load: String,
pub load_button: String,
pub loading: String,
pub downloading: String,
pub load_failed: String,
pub try_again: String,
pub scene_type: String,
pub scene_room: String,
pub scene_road: String,
pub scene_parking: String,
pub scene_outdoor: String,
pub room_width: String,
pub room_length: String,
pub room_height: String,
pub mounting_height: String,
pub pendulum_length: String,
pub show_luminaire: String,
pub show_solid: String,
pub show_shadows: String,
pub controls_hint: String,
}Fields§
§title: String§click_to_load: String§loading: String§downloading: String§load_failed: String§try_again: String§scene_type: String§scene_room: String§scene_road: String§scene_parking: String§scene_outdoor: String§room_width: String§room_length: String§room_height: String§mounting_height: String§pendulum_length: String§show_luminaire: String§show_solid: String§show_shadows: String§controls_hint: StringTrait Implementations§
Source§impl Clone for UiBevyScene
impl Clone for UiBevyScene
Source§fn clone(&self) -> UiBevyScene
fn clone(&self) -> UiBevyScene
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 UiBevyScene
impl Debug for UiBevyScene
Source§impl<'de> Deserialize<'de> for UiBevyScene
impl<'de> Deserialize<'de> for UiBevyScene
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 UiBevyScene
impl PartialEq for UiBevyScene
Source§impl Serialize for UiBevyScene
impl Serialize for UiBevyScene
impl StructuralPartialEq for UiBevyScene
Auto Trait Implementations§
impl Freeze for UiBevyScene
impl RefUnwindSafe for UiBevyScene
impl Send for UiBevyScene
impl Sync for UiBevyScene
impl Unpin for UiBevyScene
impl UnsafeUnpin for UiBevyScene
impl UnwindSafe for UiBevyScene
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