pub enum LayerOrder {
Unsorted,
Direct,
Inverse,
}Expand description
Layer order for compound rasterizer style rendering.
Port of C++ layer_order_e.
Variants§
Trait Implementations§
Source§impl Clone for LayerOrder
impl Clone for LayerOrder
Source§fn clone(&self) -> LayerOrder
fn clone(&self) -> LayerOrder
Returns a duplicate 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 LayerOrder
impl Debug for LayerOrder
Source§impl PartialEq for LayerOrder
impl PartialEq for LayerOrder
impl Copy for LayerOrder
impl Eq for LayerOrder
impl StructuralPartialEq for LayerOrder
Auto Trait Implementations§
impl Freeze for LayerOrder
impl RefUnwindSafe for LayerOrder
impl Send for LayerOrder
impl Sync for LayerOrder
impl Unpin for LayerOrder
impl UnwindSafe for LayerOrder
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