Struct zng_app::render::BuiltFrame
source · pub struct BuiltFrame {
pub display_list: DisplayList,
pub clear_color: Rgba,
}Expand description
Output of a FrameBuilder.
Fields§
§display_list: DisplayListBuilt display list.
clear_color: RgbaClear color selected for the frame.
Auto Trait Implementations§
impl Freeze for BuiltFrame
impl RefUnwindSafe for BuiltFrame
impl Send for BuiltFrame
impl Sync for BuiltFrame
impl Unpin for BuiltFrame
impl UnwindSafe for BuiltFrame
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