pub enum DisplayListSection {
Data,
}Expand description
DisplayListSection determines the target buffer for the display items.
Variants§
Data
The main/default buffer: contains item data.
Auto Trait Implementations§
impl Freeze for DisplayListSection
impl RefUnwindSafe for DisplayListSection
impl Send for DisplayListSection
impl Sync for DisplayListSection
impl Unpin for DisplayListSection
impl UnsafeUnpin for DisplayListSection
impl UnwindSafe for DisplayListSection
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