pub struct HaPostProcess {
pub stages: Vec<HaMaterialInstance>,
}Fields§
§stages: Vec<HaMaterialInstance>Trait Implementations§
source§impl Clone for HaPostProcess
impl Clone for HaPostProcess
source§fn clone(&self) -> HaPostProcess
fn clone(&self) -> HaPostProcess
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 HaPostProcess
impl Debug for HaPostProcess
source§impl Default for HaPostProcess
impl Default for HaPostProcess
source§fn default() -> HaPostProcess
fn default() -> HaPostProcess
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for HaPostProcess
impl<'de> Deserialize<'de> for HaPostProcess
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 HaPostProcess
impl Prefab for HaPostProcess
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)
source§impl Serialize for HaPostProcess
impl Serialize for HaPostProcess
impl PrefabComponent for HaPostProcess
Auto Trait Implementations§
impl RefUnwindSafe for HaPostProcess
impl Send for HaPostProcess
impl Sync for HaPostProcess
impl Unpin for HaPostProcess
impl UnwindSafe for HaPostProcess
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