#[repr(C, u8)]pub enum LayoutZIndex {
Auto,
Integer(i32),
}Expand description
Represents a z-index attribute - controls stacking order of positioned elements
Variants§
Trait Implementations§
Source§impl Clone for LayoutZIndex
impl Clone for LayoutZIndex
Source§fn clone(&self) -> LayoutZIndex
fn clone(&self) -> LayoutZIndex
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 LayoutZIndex
impl Debug for LayoutZIndex
Source§impl Default for LayoutZIndex
impl Default for LayoutZIndex
Source§impl FormatAsRustCode for LayoutZIndex
impl FormatAsRustCode for LayoutZIndex
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl Hash for LayoutZIndex
impl Hash for LayoutZIndex
Source§impl Ord for LayoutZIndex
impl Ord for LayoutZIndex
Source§fn cmp(&self, other: &LayoutZIndex) -> Ordering
fn cmp(&self, other: &LayoutZIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LayoutZIndex
impl PartialEq for LayoutZIndex
Source§impl PartialOrd for LayoutZIndex
impl PartialOrd for LayoutZIndex
Source§impl PrintAsCssValue for LayoutZIndex
impl PrintAsCssValue for LayoutZIndex
fn print_as_css_value(&self) -> String
impl Copy for LayoutZIndex
impl Eq for LayoutZIndex
impl StructuralPartialEq for LayoutZIndex
Auto Trait Implementations§
impl Freeze for LayoutZIndex
impl RefUnwindSafe for LayoutZIndex
impl Send for LayoutZIndex
impl Sync for LayoutZIndex
impl Unpin for LayoutZIndex
impl UnwindSafe for LayoutZIndex
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