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