pub enum DisplayListMsg {
Frame(DisplayListFrame),
ScrollFrame(DisplayListScrollFrame),
}
Variants§
Frame(DisplayListFrame)
ScrollFrame(DisplayListScrollFrame)
Implementations§
Source§impl DisplayListMsg
impl DisplayListMsg
pub fn get_position(&self) -> PositionInfo
pub fn append_child(&mut self, child: Self)
pub fn append_children(&mut self, children: Vec<Self>)
pub fn get_size(&self) -> LayoutSize
Trait Implementations§
Source§impl Clone for DisplayListMsg
impl Clone for DisplayListMsg
Source§fn clone(&self) -> DisplayListMsg
fn clone(&self) -> DisplayListMsg
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 DisplayListMsg
impl Debug for DisplayListMsg
Source§impl PartialEq for DisplayListMsg
impl PartialEq for DisplayListMsg
Source§impl PartialOrd for DisplayListMsg
impl PartialOrd for DisplayListMsg
impl StructuralPartialEq for DisplayListMsg
Auto Trait Implementations§
impl Freeze for DisplayListMsg
impl RefUnwindSafe for DisplayListMsg
impl Send for DisplayListMsg
impl Sync for DisplayListMsg
impl Unpin for DisplayListMsg
impl UnwindSafe for DisplayListMsg
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
)