pub struct LayerIndex(/* private fields */);Expand description
Layer index.
Implementations§
Trait Implementations§
Source§impl Clone for LayerIndex
impl Clone for LayerIndex
Source§fn clone(&self) -> LayerIndex
fn clone(&self) -> LayerIndex
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 LayerIndex
impl Debug for LayerIndex
Source§impl Hash for LayerIndex
impl Hash for LayerIndex
Source§impl Ord for LayerIndex
impl Ord for LayerIndex
Source§fn cmp(&self, other: &LayerIndex) -> Ordering
fn cmp(&self, other: &LayerIndex) -> 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 LayerIndex
impl PartialEq for LayerIndex
Source§impl PartialOrd for LayerIndex
impl PartialOrd for LayerIndex
impl Copy for LayerIndex
impl Eq for LayerIndex
impl StructuralPartialEq for LayerIndex
Auto Trait Implementations§
impl Freeze for LayerIndex
impl RefUnwindSafe for LayerIndex
impl Send for LayerIndex
impl Sync for LayerIndex
impl Unpin for LayerIndex
impl UnwindSafe for LayerIndex
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