Struct heapless::sorted_linked_list::LinkedIndexUsize
source · pub struct LinkedIndexUsize(_);
Expand description
Index for the SortedLinkedList
with specific backing storage.
Trait Implementations§
source§impl Clone for LinkedIndexUsize
impl Clone for LinkedIndexUsize
source§fn clone(&self) -> LinkedIndexUsize
fn clone(&self) -> LinkedIndexUsize
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LinkedIndexUsize
impl Debug for LinkedIndexUsize
source§impl Ord for LinkedIndexUsize
impl Ord for LinkedIndexUsize
source§impl PartialEq<LinkedIndexUsize> for LinkedIndexUsize
impl PartialEq<LinkedIndexUsize> for LinkedIndexUsize
source§fn eq(&self, other: &LinkedIndexUsize) -> bool
fn eq(&self, other: &LinkedIndexUsize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.