Enum i_slint_core::items::RenderingResult
source · #[repr(C)]
pub enum RenderingResult {
ContinueRenderingChildren,
ContinueRenderingWithoutChildren,
}Expand description
Returned by the render() function on items to indicate whether the rendering of
children should be handled by the caller, of if the item took care of that (for example
through layer indirection)
Variants§
Trait Implementations§
source§impl Default for RenderingResult
impl Default for RenderingResult
source§fn default() -> RenderingResult
fn default() -> RenderingResult
Returns the “default value” for a type. Read more