Struct oxygengine_ha_renderer::components::gizmo::HaGizmo
source · pub struct HaGizmo {
pub visible: bool,
pub color: Rgba,
}Fields§
§visible: bool§color: RgbaTrait Implementations§
source§impl<'de> Deserialize<'de> for HaGizmo
impl<'de> Deserialize<'de> for HaGizmo
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 Prefab for HaGizmo
impl Prefab for HaGizmo
fn from_prefab(data: &Value) -> Result<Self, PrefabError>
fn from_prefab_with_extras( data: &Value, _named_entities: &HashMap<String, Entity, RandomState>, _state_token: ID<PhantomData<dyn State + Send + Sync>> ) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<Value, PrefabError>
fn from_prefab_str(data: &str) -> Result<Self, PrefabError>
fn to_prefab_string(&self) -> Result<String, PrefabError>
fn post_from_prefab(&mut self)
impl Copy for HaGizmo
impl PrefabComponent for HaGizmo
Auto Trait Implementations§
impl RefUnwindSafe for HaGizmo
impl Send for HaGizmo
impl Sync for HaGizmo
impl Unpin for HaGizmo
impl UnwindSafe for HaGizmo
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more