pub enum EventLayer {
Background = 0,
Fail = 1,
Pass = 2,
Foreground = 3,
Overlay = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for EventLayer
impl Clone for EventLayer
Source§fn clone(&self) -> EventLayer
fn clone(&self) -> EventLayer
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 EventLayer
impl Debug for EventLayer
Source§impl Display for EventLayer
impl Display for EventLayer
Source§impl FromStr for EventLayer
impl FromStr for EventLayer
Source§impl Hash for EventLayer
impl Hash for EventLayer
Source§impl PartialEq for EventLayer
impl PartialEq for EventLayer
Source§impl TryFrom<i32> for EventLayer
impl TryFrom<i32> for EventLayer
impl Copy for EventLayer
impl Eq for EventLayer
impl StructuralPartialEq for EventLayer
Auto Trait Implementations§
impl Freeze for EventLayer
impl RefUnwindSafe for EventLayer
impl Send for EventLayer
impl Sync for EventLayer
impl Unpin for EventLayer
impl UnwindSafe for EventLayer
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