pub struct CachedDisplayList {
pub root: DisplayListMsg,
}
Fields§
§root: DisplayListMsg
Implementations§
Source§impl CachedDisplayList
impl CachedDisplayList
pub fn empty(size: LayoutSize, origin: LayoutPoint) -> Self
pub fn new( epoch: Epoch, pipeline_id: PipelineId, full_window_state: &FullWindowState, ui_state_cache: &BTreeMap<DomId, UiState>, layout_result_cache: &SolvedLayoutCache, gl_texture_cache: &GlTextureCache, app_resources: &AppResources, ) -> Self
Trait Implementations§
Source§impl Clone for CachedDisplayList
impl Clone for CachedDisplayList
Source§fn clone(&self) -> CachedDisplayList
fn clone(&self) -> CachedDisplayList
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 CachedDisplayList
impl Debug for CachedDisplayList
Source§impl PartialEq for CachedDisplayList
impl PartialEq for CachedDisplayList
Source§impl PartialOrd for CachedDisplayList
impl PartialOrd for CachedDisplayList
impl StructuralPartialEq for CachedDisplayList
Auto Trait Implementations§
impl Freeze for CachedDisplayList
impl RefUnwindSafe for CachedDisplayList
impl Send for CachedDisplayList
impl Sync for CachedDisplayList
impl Unpin for CachedDisplayList
impl UnwindSafe for CachedDisplayList
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)