Struct heapless::sorted_linked_list::LinkedIndexU8
source · pub struct LinkedIndexU8(/* private fields */);
Expand description
Index for the SortedLinkedList
with specific backing storage.
Trait Implementations§
source§impl Clone for LinkedIndexU8
impl Clone for LinkedIndexU8
source§fn clone(&self) -> LinkedIndexU8
fn clone(&self) -> LinkedIndexU8
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 LinkedIndexU8
impl Debug for LinkedIndexU8
source§impl Ord for LinkedIndexU8
impl Ord for LinkedIndexU8
source§impl PartialEq<LinkedIndexU8> for LinkedIndexU8
impl PartialEq<LinkedIndexU8> for LinkedIndexU8
source§fn eq(&self, other: &LinkedIndexU8) -> bool
fn eq(&self, other: &LinkedIndexU8) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.