Expand description
Utility code for rendering and conversions
Re-exports§
pub use rusttype;
Functions§
- add_
array_ function - Returns function for adding an element to an array, for use with change_from_path
- button_
to_ raw - Converts unique button to raw button
- change_
from_ path - Util function to navigate paths and perform changes on values
- convert_
value_ to_ path - Converts UIValue to UIPathValue
- deserialize_
panel - Parses value into a button panel
- deserialize_
panel_ raw - Parses value into a raw button panel
- hash_
image - Hashes image
- hash_
str - Hashes string
- hash_
value - Hashes value
- make_
button_ unique - Wraps button in Arc and RwLock, but packed into a more convenient function
- make_
panel_ unique - Converts raw button panel into button panel
- panel_
to_ raw - Converts button panel to raw button panel
- remove_
array_ function - Returns function for removing an element from array, for use with change_from_path
- serialize_
panel - Parses button panel to Value, serializing all the unique buttons in process
- serialize_
panel_ raw - Serializes raw button panel to Value in more understandable function
- set_
value_ function - Returns function for setting value to UIValue, for use with change_from_path
- straight_
copy - Copies component data from reference to new button