all FX functions are now safe wrapped and I added the crate to the docs also it is added to the prelude
This commit is contained in:
parent
3f847e86a6
commit
522844499e
1272 changed files with 1371 additions and 61826 deletions
|
@ -1,7 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl Clone for <a class=\"struct\" href=\"arduboy_rust/prelude/arduboy2/struct.Point.html\" title=\"struct arduboy_rust::prelude::arduboy2::Point\">Point</a>"],["impl Clone for <a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>"],["impl Clone for <a class=\"enum\" href=\"arduboy_rust/prelude/enum.Base.html\" title=\"enum arduboy_rust::prelude::Base\">Base</a>"],["impl Clone for <a class=\"struct\" href=\"arduboy_rust/prelude/arduboy2/struct.Rect.html\" title=\"struct arduboy_rust::prelude::arduboy2::Rect\">Rect</a>"],["impl Clone for <a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>"]],
|
||||
"byteorder":[["impl Clone for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"],["impl Clone for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"]],
|
||||
"critical_section":[["impl<'cs> Clone for <a class=\"struct\" href=\"critical_section/struct.CriticalSection.html\" title=\"struct critical_section::CriticalSection\">CriticalSection</a><'cs>"],["impl Clone for <a class=\"struct\" href=\"critical_section/struct.RestoreState.html\" title=\"struct critical_section::RestoreState\">RestoreState</a>"]],
|
||||
"hash32":[["impl<H> Clone for <a class=\"struct\" href=\"hash32/struct.BuildHasherDefault.html\" title=\"struct hash32::BuildHasherDefault\">BuildHasherDefault</a><H><span class=\"where fmt-newline\">where\n H: Default + <a class=\"trait\" href=\"hash32/trait.Hasher.html\" title=\"trait hash32::Hasher\">Hasher</a>,</span>"]],
|
||||
"heapless":[["impl<K, V, S, const N: usize> Clone for <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a> + Clone,\n V: Clone,\n S: Clone,</span>"],["impl<T, const N: usize> Clone for <a class=\"struct\" href=\"heapless/struct.Deque.html\" title=\"struct heapless::Deque\">Deque</a><T, N><span class=\"where fmt-newline\">where\n T: Clone,</span>"],["impl<T, S, const N: usize> Clone for <a class=\"struct\" href=\"heapless/struct.IndexSet.html\" title=\"struct heapless::IndexSet\">IndexSet</a><T, S, N><span class=\"where fmt-newline\">where\n T: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a> + Clone,\n S: Clone,</span>"],["impl<const N: usize> Clone for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<K, V, const N: usize> Clone for <a class=\"struct\" href=\"heapless/struct.LinearMap.html\" title=\"struct heapless::LinearMap\">LinearMap</a><K, V, N><span class=\"where fmt-newline\">where\n K: Eq + Clone,\n V: Clone,</span>"],["impl<'a, T: Clone, const N: usize> Clone for <a class=\"struct\" href=\"heapless/struct.OldestOrdered.html\" title=\"struct heapless::OldestOrdered\">OldestOrdered</a><'a, T, N>"],["impl<T, K, const N: usize> Clone for <a class=\"struct\" href=\"heapless/binary_heap/struct.BinaryHeap.html\" title=\"struct heapless::binary_heap::BinaryHeap\">BinaryHeap</a><T, K, N><span class=\"where fmt-newline\">where\n K: <a class=\"trait\" href=\"heapless/binary_heap/trait.Kind.html\" title=\"trait heapless::binary_heap::Kind\">Kind</a>,\n T: Ord + Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU16.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU16\">LinkedIndexU16</a>"],["impl Clone for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU8.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU8\">LinkedIndexU8</a>"],["impl<T, const N: usize> Clone for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N><span class=\"where fmt-newline\">where\n T: Clone,</span>"],["impl Clone for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexUsize.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexUsize\">LinkedIndexUsize</a>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,6 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl Eq for <a class=\"enum\" href=\"arduboy_rust/prelude/enum.Base.html\" title=\"enum arduboy_rust::prelude::Base\">Base</a>"],["impl Eq for <a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>"],["impl Eq for <a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>"]],
|
||||
"byteorder":[["impl Eq for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"],["impl Eq for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"]],
|
||||
"hash32":[["impl<H: Default + <a class=\"trait\" href=\"hash32/trait.Hasher.html\" title=\"trait hash32::Hasher\">Hasher</a>> Eq for <a class=\"struct\" href=\"hash32/struct.BuildHasherDefault.html\" title=\"struct hash32::BuildHasherDefault\">BuildHasherDefault</a><H>"]],
|
||||
"heapless":[["impl Eq for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexUsize.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexUsize\">LinkedIndexUsize</a>"],["impl<T, const N: usize> Eq for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N><span class=\"where fmt-newline\">where\n T: Eq,</span>"],["impl<K, V, S, const N: usize> Eq for <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n V: Eq,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<K, V, const N: usize> Eq for <a class=\"struct\" href=\"heapless/struct.LinearMap.html\" title=\"struct heapless::LinearMap\">LinearMap</a><K, V, N><span class=\"where fmt-newline\">where\n K: Eq,\n V: PartialEq,</span>"],["impl Eq for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU16.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU16\">LinkedIndexU16</a>"],["impl<const N: usize> Eq for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl Eq for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU8.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU8\">LinkedIndexU8</a>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,5 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl Ord for <a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>"],["impl Ord for <a class=\"enum\" href=\"arduboy_rust/prelude/enum.Base.html\" title=\"enum arduboy_rust::prelude::Base\">Base</a>"],["impl Ord for <a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>"]],
|
||||
"byteorder":[["impl Ord for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"],["impl Ord for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"]],
|
||||
"heapless":[["impl<const N: usize> Ord for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<T, const N: usize> Ord for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N><span class=\"where fmt-newline\">where\n T: Ord,</span>"],["impl Ord for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU8.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU8\">LinkedIndexU8</a>"],["impl Ord for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU16.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU16\">LinkedIndexU16</a>"],["impl Ord for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexUsize.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexUsize\">LinkedIndexUsize</a>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl PartialOrd<<a class=\"enum\" href=\"arduboy_rust/prelude/enum.Base.html\" title=\"enum arduboy_rust::prelude::Base\">Base</a>> for <a class=\"enum\" href=\"arduboy_rust/prelude/enum.Base.html\" title=\"enum arduboy_rust::prelude::Base\">Base</a>"],["impl PartialOrd<<a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>> for <a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>"],["impl PartialOrd<<a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>> for <a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>"]],
|
||||
"byteorder":[["impl PartialOrd<<a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>> for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"],["impl PartialOrd<<a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>> for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"]],
|
||||
"heapless":[["impl PartialOrd<<a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU8.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU8\">LinkedIndexU8</a>> for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU8.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU8\">LinkedIndexU8</a>"],["impl PartialOrd<<a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU16.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU16\">LinkedIndexU16</a>> for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU16.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU16\">LinkedIndexU16</a>"],["impl<T, const N1: usize, const N2: usize> PartialOrd<<a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N2>> for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N1><span class=\"where fmt-newline\">where\n T: PartialOrd,</span>"],["impl<const N1: usize, const N2: usize> PartialOrd<<a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N2>> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N1>"],["impl PartialOrd<<a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexUsize.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexUsize\">LinkedIndexUsize</a>> for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexUsize.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexUsize\">LinkedIndexUsize</a>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<T, const N: usize> AsMut<<a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>> for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"],["impl<T, const N: usize> AsMut<[T]> for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<T, const N: usize> AsRef<<a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>> for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"],["impl<const N: usize> AsRef<str> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<T, const N: usize> AsRef<[T]> for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"],["impl<const N: usize> AsRef<[u8]> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<T, const N: usize> AsRef<[T]> for <a class=\"struct\" href=\"heapless/struct.HistoryBuffer.html\" title=\"struct heapless::HistoryBuffer\">HistoryBuffer</a><T, N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<const N: usize> From<u16> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<const N: usize> From<i16> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<const N: usize> From<u32> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<const N: usize> From<i8> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<const N: usize> From<i64> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<const N: usize> From<u64> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<const N: usize> From<i32> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<const N: usize> From<u8> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<'a, const N: usize> From<&'a str> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<'a, T: Clone, const N: usize> TryFrom<&'a [T]> for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,5 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"byteorder":[["impl Default for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"],["impl Default for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"]],
|
||||
"hash32":[["impl Default for <a class=\"struct\" href=\"hash32/struct.FnvHasher.html\" title=\"struct hash32::FnvHasher\">Hasher</a>"],["impl<H> Default for <a class=\"struct\" href=\"hash32/struct.BuildHasherDefault.html\" title=\"struct hash32::BuildHasherDefault\">BuildHasherDefault</a><H><span class=\"where fmt-newline\">where\n H: Default + <a class=\"trait\" href=\"hash32/trait.Hasher.html\" title=\"trait hash32::Hasher\">Hasher</a>,</span>"],["impl Default for <a class=\"struct\" href=\"hash32/struct.Murmur3Hasher.html\" title=\"struct hash32::Murmur3Hasher\">Hasher</a>"]],
|
||||
"heapless":[["impl<K, V, const N: usize> Default for <a class=\"struct\" href=\"heapless/struct.LinearMap.html\" title=\"struct heapless::LinearMap\">LinearMap</a><K, V, N><span class=\"where fmt-newline\">where\n K: Eq,</span>"],["impl<T, S, const N: usize> Default for <a class=\"struct\" href=\"heapless/struct.IndexSet.html\" title=\"struct heapless::IndexSet\">IndexSet</a><T, S, N><span class=\"where fmt-newline\">where\n T: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a> + Default,</span>"],["impl<K, V, S, const N: usize> Default for <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a> + Default,</span>"],["impl<const N: usize> Default for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<T, K, const N: usize> Default for <a class=\"struct\" href=\"heapless/binary_heap/struct.BinaryHeap.html\" title=\"struct heapless::binary_heap::BinaryHeap\">BinaryHeap</a><T, K, N><span class=\"where fmt-newline\">where\n T: Ord,\n K: <a class=\"trait\" href=\"heapless/binary_heap/trait.Kind.html\" title=\"trait heapless::binary_heap::Kind\">Kind</a>,</span>"],["impl<T, const N: usize> Default for <a class=\"struct\" href=\"heapless/struct.Deque.html\" title=\"struct heapless::Deque\">Deque</a><T, N>"],["impl<T, const N: usize> Default for <a class=\"struct\" href=\"heapless/struct.HistoryBuffer.html\" title=\"struct heapless::HistoryBuffer\">HistoryBuffer</a><T, N>"],["impl<T, const N: usize> Default for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,7 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl Debug for <a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>"],["impl Debug for <a class=\"struct\" href=\"arduboy_rust/prelude/arduboy2/struct.Rect.html\" title=\"struct arduboy_rust::prelude::arduboy2::Rect\">Rect</a>"],["impl Debug for <a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>"],["impl Debug for <a class=\"struct\" href=\"arduboy_rust/prelude/arduboy2/struct.Point.html\" title=\"struct arduboy_rust::prelude::arduboy2::Point\">Point</a>"],["impl Debug for <a class=\"enum\" href=\"arduboy_rust/prelude/enum.Base.html\" title=\"enum arduboy_rust::prelude::Base\">Base</a>"]],
|
||||
"byteorder":[["impl Debug for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"],["impl Debug for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"]],
|
||||
"critical_section":[["impl<'cs> Debug for <a class=\"struct\" href=\"critical_section/struct.CriticalSection.html\" title=\"struct critical_section::CriticalSection\">CriticalSection</a><'cs>"],["impl<T: Debug> Debug for <a class=\"struct\" href=\"critical_section/struct.Mutex.html\" title=\"struct critical_section::Mutex\">Mutex</a><T>"],["impl Debug for <a class=\"struct\" href=\"critical_section/struct.RestoreState.html\" title=\"struct critical_section::RestoreState\">RestoreState</a>"]],
|
||||
"hash32":[["impl<H: Default + <a class=\"trait\" href=\"hash32/trait.Hasher.html\" title=\"trait hash32::Hasher\">Hasher</a>> Debug for <a class=\"struct\" href=\"hash32/struct.BuildHasherDefault.html\" title=\"struct hash32::BuildHasherDefault\">BuildHasherDefault</a><H>"]],
|
||||
"heapless":[["impl<T, const N: usize> Debug for <a class=\"struct\" href=\"heapless/struct.HistoryBuffer.html\" title=\"struct heapless::HistoryBuffer\">HistoryBuffer</a><T, N><span class=\"where fmt-newline\">where\n T: Debug,</span>"],["impl Debug for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU16.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU16\">LinkedIndexU16</a>"],["impl Debug for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexUsize.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexUsize\">LinkedIndexUsize</a>"],["impl<K, V, S, const N: usize> Debug for <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a> + Debug,\n V: Debug,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<T: Debug, const N: usize> Debug for <a class=\"struct\" href=\"heapless/struct.Deque.html\" title=\"struct heapless::Deque\">Deque</a><T, N>"],["impl<const N: usize> Debug for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<T, const N: usize> Debug for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N><span class=\"where fmt-newline\">where\n T: Debug,</span>"],["impl Debug for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU8.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU8\">LinkedIndexU8</a>"],["impl<T, K, const N: usize> Debug for <a class=\"struct\" href=\"heapless/binary_heap/struct.BinaryHeap.html\" title=\"struct heapless::binary_heap::BinaryHeap\">BinaryHeap</a><T, K, N><span class=\"where fmt-newline\">where\n K: <a class=\"trait\" href=\"heapless/binary_heap/trait.Kind.html\" title=\"trait heapless::binary_heap::Kind\">Kind</a>,\n T: Ord + Debug,</span>"],["impl<T, S, const N: usize> Debug for <a class=\"struct\" href=\"heapless/struct.IndexSet.html\" title=\"struct heapless::IndexSet\">IndexSet</a><T, S, N><span class=\"where fmt-newline\">where\n T: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a> + Debug,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<T, Idx, K, const N: usize> Debug for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.SortedLinkedList.html\" title=\"struct heapless::sorted_linked_list::SortedLinkedList\">SortedLinkedList</a><T, Idx, K, N><span class=\"where fmt-newline\">where\n T: Ord + Debug,\n Idx: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.SortedLinkedListIndex.html\" title=\"trait heapless::sorted_linked_list::SortedLinkedListIndex\">SortedLinkedListIndex</a>,\n K: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.Kind.html\" title=\"trait heapless::sorted_linked_list::Kind\">Kind</a>,</span>"],["impl<K, V, const N: usize> Debug for <a class=\"struct\" href=\"heapless/struct.LinearMap.html\" title=\"struct heapless::LinearMap\">LinearMap</a><K, V, N><span class=\"where fmt-newline\">where\n K: Eq + Debug,\n V: Debug,</span>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<const N: usize> Display for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<const N: usize> Write for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<const N: usize> Write for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><u8, N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,5 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl Hash for <a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>"],["impl Hash for <a class=\"enum\" href=\"arduboy_rust/prelude/enum.Base.html\" title=\"enum arduboy_rust::prelude::Base\">Base</a>"],["impl Hash for <a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>"]],
|
||||
"byteorder":[["impl Hash for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"],["impl Hash for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"]],
|
||||
"heapless":[["impl<const N: usize> Hash for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<T, const N: usize> Hash for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N><span class=\"where fmt-newline\">where\n T: Hash,</span>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<T, const N: usize> Extend<T> for <a class=\"struct\" href=\"heapless/struct.HistoryBuffer.html\" title=\"struct heapless::HistoryBuffer\">HistoryBuffer</a><T, N>"],["impl<'a, T, const N: usize> Extend<&'a T> for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N><span class=\"where fmt-newline\">where\n T: 'a + Copy,</span>"],["impl<'a, T, const N: usize> Extend<&'a T> for <a class=\"struct\" href=\"heapless/struct.HistoryBuffer.html\" title=\"struct heapless::HistoryBuffer\">HistoryBuffer</a><T, N><span class=\"where fmt-newline\">where\n T: 'a + Clone,</span>"],["impl<'a, T, S, const N: usize> Extend<&'a T> for <a class=\"struct\" href=\"heapless/struct.IndexSet.html\" title=\"struct heapless::IndexSet\">IndexSet</a><T, S, N><span class=\"where fmt-newline\">where\n T: 'a + Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a> + Copy,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<T, const N: usize> Extend<T> for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"],["impl<K, V, S, const N: usize> Extend<(K, V)> for <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<'a, K, V, S, const N: usize> Extend<(&'a K, &'a V)> for <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a> + Copy,\n V: Copy,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<T, S, const N: usize> Extend<T> for <a class=\"struct\" href=\"heapless/struct.IndexSet.html\" title=\"struct heapless::IndexSet\">IndexSet</a><T, S, N><span class=\"where fmt-newline\">where\n T: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<'a, const N: usize> FromIterator<&'a str> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<K, V, S, const N: usize> FromIterator<(K, V)> for <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a> + Default,</span>"],["impl<T, S, const N: usize> FromIterator<T> for <a class=\"struct\" href=\"heapless/struct.IndexSet.html\" title=\"struct heapless::IndexSet\">IndexSet</a><T, S, N><span class=\"where fmt-newline\">where\n T: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a> + Default,</span>"],["impl<K, V, const N: usize> FromIterator<(K, V)> for <a class=\"struct\" href=\"heapless/struct.LinearMap.html\" title=\"struct heapless::LinearMap\">LinearMap</a><K, V, N><span class=\"where fmt-newline\">where\n K: Eq,</span>"],["impl<'a, const N: usize> FromIterator<&'a char> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<T, const N: usize> FromIterator<T> for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"],["impl<const N: usize> FromIterator<char> for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<'a, K, V, const N: usize> IntoIterator for &'a <a class=\"struct\" href=\"heapless/struct.LinearMap.html\" title=\"struct heapless::LinearMap\">LinearMap</a><K, V, N><span class=\"where fmt-newline\">where\n K: Eq,</span>"],["impl<'a, T, const N: usize> IntoIterator for &'a mut <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"],["impl<'a, T, const N: usize> IntoIterator for &'a mut <a class=\"struct\" href=\"heapless/struct.Deque.html\" title=\"struct heapless::Deque\">Deque</a><T, N>"],["impl<'a, K, V, S, const N: usize> IntoIterator for &'a mut <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<'a, T, S, const N: usize> IntoIterator for &'a <a class=\"struct\" href=\"heapless/struct.IndexSet.html\" title=\"struct heapless::IndexSet\">IndexSet</a><T, S, N><span class=\"where fmt-newline\">where\n T: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<'a, T, K, const N: usize> IntoIterator for &'a <a class=\"struct\" href=\"heapless/binary_heap/struct.BinaryHeap.html\" title=\"struct heapless::binary_heap::BinaryHeap\">BinaryHeap</a><T, K, N><span class=\"where fmt-newline\">where\n K: <a class=\"trait\" href=\"heapless/binary_heap/trait.Kind.html\" title=\"trait heapless::binary_heap::Kind\">Kind</a>,\n T: Ord,</span>"],["impl<'a, T, const N: usize> IntoIterator for &'a <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"],["impl<'a, T, const N: usize> IntoIterator for &'a <a class=\"struct\" href=\"heapless/struct.Deque.html\" title=\"struct heapless::Deque\">Deque</a><T, N>"],["impl<K, V, S, const N: usize> IntoIterator for <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<'a, K, V, S, const N: usize> IntoIterator for &'a <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<T, const N: usize> IntoIterator for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"],["impl<T, const N: usize> IntoIterator for <a class=\"struct\" href=\"heapless/struct.Deque.html\" title=\"struct heapless::Deque\">Deque</a><T, N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<'a, T, const N: usize> Iterator for <a class=\"struct\" href=\"heapless/struct.OldestOrdered.html\" title=\"struct heapless::OldestOrdered\">OldestOrdered</a><'a, T, N>"],["impl<'a, T, Idx, K, const N: usize> Iterator for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.Iter.html\" title=\"struct heapless::sorted_linked_list::Iter\">Iter</a><'a, T, Idx, K, N><span class=\"where fmt-newline\">where\n T: Ord,\n Idx: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.SortedLinkedListIndex.html\" title=\"trait heapless::sorted_linked_list::SortedLinkedListIndex\">SortedLinkedListIndex</a>,\n K: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.Kind.html\" title=\"trait heapless::sorted_linked_list::Kind\">Kind</a>,</span>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,6 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl Copy for <a class=\"struct\" href=\"arduboy_rust/prelude/arduboy2/struct.Rect.html\" title=\"struct arduboy_rust::prelude::arduboy2::Rect\">Rect</a>"],["impl Copy for <a class=\"enum\" href=\"arduboy_rust/prelude/enum.Base.html\" title=\"enum arduboy_rust::prelude::Base\">Base</a>"],["impl Copy for <a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>"],["impl Copy for <a class=\"struct\" href=\"arduboy_rust/prelude/arduboy2/struct.Point.html\" title=\"struct arduboy_rust::prelude::arduboy2::Point\">Point</a>"],["impl Copy for <a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>"]],
|
||||
"byteorder":[["impl Copy for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"],["impl Copy for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"]],
|
||||
"critical_section":[["impl Copy for <a class=\"struct\" href=\"critical_section/struct.RestoreState.html\" title=\"struct critical_section::RestoreState\">RestoreState</a>"],["impl<'cs> Copy for <a class=\"struct\" href=\"critical_section/struct.CriticalSection.html\" title=\"struct critical_section::CriticalSection\">CriticalSection</a><'cs>"]],
|
||||
"heapless":[["impl Copy for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexUsize.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexUsize\">LinkedIndexUsize</a>"],["impl Copy for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU16.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU16\">LinkedIndexU16</a>"],["impl Copy for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU8.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU8\">LinkedIndexU8</a>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,5 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl StructuralEq for <a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>"],["impl StructuralEq for <a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>"],["impl StructuralEq for <a class=\"enum\" href=\"arduboy_rust/prelude/enum.Base.html\" title=\"enum arduboy_rust::prelude::Base\">Base</a>"]],
|
||||
"byteorder":[["impl StructuralEq for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"],["impl StructuralEq for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"]],
|
||||
"heapless":[["impl StructuralEq for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU16.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU16\">LinkedIndexU16</a>"],["impl StructuralEq for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexUsize.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexUsize\">LinkedIndexUsize</a>"],["impl StructuralEq for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU8.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU8\">LinkedIndexU8</a>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,5 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl StructuralPartialEq for <a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>"],["impl StructuralPartialEq for <a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>"],["impl StructuralPartialEq for <a class=\"enum\" href=\"arduboy_rust/prelude/enum.Base.html\" title=\"enum arduboy_rust::prelude::Base\">Base</a>"]],
|
||||
"byteorder":[["impl StructuralPartialEq for <a class=\"enum\" href=\"byteorder/enum.LittleEndian.html\" title=\"enum byteorder::LittleEndian\">LittleEndian</a>"],["impl StructuralPartialEq for <a class=\"enum\" href=\"byteorder/enum.BigEndian.html\" title=\"enum byteorder::BigEndian\">BigEndian</a>"]],
|
||||
"heapless":[["impl StructuralPartialEq for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexUsize.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexUsize\">LinkedIndexUsize</a>"],["impl StructuralPartialEq for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU16.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU16\">LinkedIndexU16</a>"],["impl StructuralPartialEq for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.LinkedIndexU8.html\" title=\"struct heapless::sorted_linked_list::LinkedIndexU8\">LinkedIndexU8</a>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl BitOr<<a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>> for <a class=\"struct\" href=\"arduboy_rust/prelude/struct.ButtonSet.html\" title=\"struct arduboy_rust::prelude::ButtonSet\">ButtonSet</a>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"arduboy_rust":[["impl Not for <a class=\"enum\" href=\"arduboy_rust/prelude/arduboy2/enum.Color.html\" title=\"enum arduboy_rust::prelude::arduboy2::Color\">Color</a>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<T, K, const N: usize> Deref for <a class=\"struct\" href=\"heapless/binary_heap/struct.PeekMut.html\" title=\"struct heapless::binary_heap::PeekMut\">PeekMut</a><'_, T, K, N><span class=\"where fmt-newline\">where\n T: Ord,\n K: <a class=\"trait\" href=\"heapless/binary_heap/trait.Kind.html\" title=\"trait heapless::binary_heap::Kind\">Kind</a>,</span>"],["impl<T, const N: usize> Deref for <a class=\"struct\" href=\"heapless/struct.HistoryBuffer.html\" title=\"struct heapless::HistoryBuffer\">HistoryBuffer</a><T, N>"],["impl<const N: usize> Deref for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<T, Idx, K, const N: usize> Deref for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.FindMut.html\" title=\"struct heapless::sorted_linked_list::FindMut\">FindMut</a><'_, T, Idx, K, N><span class=\"where fmt-newline\">where\n T: Ord,\n Idx: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.SortedLinkedListIndex.html\" title=\"trait heapless::sorted_linked_list::SortedLinkedListIndex\">SortedLinkedListIndex</a>,\n K: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.Kind.html\" title=\"trait heapless::sorted_linked_list::Kind\">Kind</a>,</span>"],["impl<T, const N: usize> Deref for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<const N: usize> DerefMut for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"],["impl<T, const N: usize> DerefMut for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"],["impl<T, K, const N: usize> DerefMut for <a class=\"struct\" href=\"heapless/binary_heap/struct.PeekMut.html\" title=\"struct heapless::binary_heap::PeekMut\">PeekMut</a><'_, T, K, N><span class=\"where fmt-newline\">where\n T: Ord,\n K: <a class=\"trait\" href=\"heapless/binary_heap/trait.Kind.html\" title=\"trait heapless::binary_heap::Kind\">Kind</a>,</span>"],["impl<T, Idx, K, const N: usize> DerefMut for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.FindMut.html\" title=\"struct heapless::sorted_linked_list::FindMut\">FindMut</a><'_, T, Idx, K, N><span class=\"where fmt-newline\">where\n T: Ord,\n Idx: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.SortedLinkedListIndex.html\" title=\"trait heapless::sorted_linked_list::SortedLinkedListIndex\">SortedLinkedListIndex</a>,\n K: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.Kind.html\" title=\"trait heapless::sorted_linked_list::Kind\">Kind</a>,</span>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<T, const N: usize> Drop for <a class=\"struct\" href=\"heapless/struct.Deque.html\" title=\"struct heapless::Deque\">Deque</a><T, N>"],["impl<T, const N: usize> Drop for <a class=\"struct\" href=\"heapless/struct.HistoryBuffer.html\" title=\"struct heapless::HistoryBuffer\">HistoryBuffer</a><T, N>"],["impl<T, Idx, K, const N: usize> Drop for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.SortedLinkedList.html\" title=\"struct heapless::sorted_linked_list::SortedLinkedList\">SortedLinkedList</a><T, Idx, K, N><span class=\"where fmt-newline\">where\n Idx: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.SortedLinkedListIndex.html\" title=\"trait heapless::sorted_linked_list::SortedLinkedListIndex\">SortedLinkedListIndex</a>,</span>"],["impl<T, const N: usize> Drop for <a class=\"struct\" href=\"heapless/struct.Vec.html\" title=\"struct heapless::Vec\">Vec</a><T, N>"],["impl<T, K, const N: usize> Drop for <a class=\"struct\" href=\"heapless/binary_heap/struct.PeekMut.html\" title=\"struct heapless::binary_heap::PeekMut\">PeekMut</a><'_, T, K, N><span class=\"where fmt-newline\">where\n T: Ord,\n K: <a class=\"trait\" href=\"heapless/binary_heap/trait.Kind.html\" title=\"trait heapless::binary_heap::Kind\">Kind</a>,</span>"],["impl<K, V, const N: usize> Drop for <a class=\"struct\" href=\"heapless/struct.LinearMap.html\" title=\"struct heapless::LinearMap\">LinearMap</a><K, V, N>"],["impl<T, Idx, K, const N: usize> Drop for <a class=\"struct\" href=\"heapless/sorted_linked_list/struct.FindMut.html\" title=\"struct heapless::sorted_linked_list::FindMut\">FindMut</a><'_, T, Idx, K, N><span class=\"where fmt-newline\">where\n T: Ord,\n Idx: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.SortedLinkedListIndex.html\" title=\"trait heapless::sorted_linked_list::SortedLinkedListIndex\">SortedLinkedListIndex</a>,\n K: <a class=\"trait\" href=\"heapless/sorted_linked_list/trait.Kind.html\" title=\"trait heapless::sorted_linked_list::Kind\">Kind</a>,</span>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<'a, K, Q, V, S, const N: usize> Index<&'a Q> for <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a> + Borrow<Q>,\n Q: ?Sized + Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"],["impl<'a, K, V, Q, const N: usize> Index<&'a Q> for <a class=\"struct\" href=\"heapless/struct.LinearMap.html\" title=\"struct heapless::LinearMap\">LinearMap</a><K, V, N><span class=\"where fmt-newline\">where\n K: Borrow<Q> + Eq,\n Q: Eq + ?Sized,</span>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<'a, K, V, Q, const N: usize> IndexMut<&'a Q> for <a class=\"struct\" href=\"heapless/struct.LinearMap.html\" title=\"struct heapless::LinearMap\">LinearMap</a><K, V, N><span class=\"where fmt-newline\">where\n K: Borrow<Q> + Eq,\n Q: Eq + ?Sized,</span>"],["impl<'a, K, Q, V, S, const N: usize> IndexMut<&'a Q> for <a class=\"struct\" href=\"heapless/struct.IndexMap.html\" title=\"struct heapless::IndexMap\">IndexMap</a><K, V, S, N><span class=\"where fmt-newline\">where\n K: Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a> + Borrow<Q>,\n Q: ?Sized + Eq + <a class=\"trait\" href=\"hash32/trait.Hash.html\" title=\"trait hash32::Hash\">Hash</a>,\n S: <a class=\"trait\" href=\"hash32/trait.BuildHasher.html\" title=\"trait hash32::BuildHasher\">BuildHasher</a>,</span>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,3 +0,0 @@
|
|||
(function() {var implementors = {
|
||||
"heapless":[["impl<const N: usize> FromStr for <a class=\"struct\" href=\"heapless/struct.String.html\" title=\"struct heapless::String\">String</a><N>"]]
|
||||
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
|
Loading…
Add table
Add a link
Reference in a new issue