pub enum LayerZ {
Max,
Min,
Value(i64),
}
Variants
Max
Min
Value(i64)
Auto Trait Implementations
impl RefUnwindSafe for LayerZ
impl Send for LayerZ
impl Sync for LayerZ
impl Unpin for LayerZ
impl UnwindSafe for LayerZ
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more